VirtualMachineScaleSet.DefinitionStages.WithSinglePlacementGroup Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithSinglePlacementGroup

The stage of the virtual machine scale set definition allowing to configure single placement group.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSinglePlacementGroup()

Specify that single placement group should be enabled for the virtual machine scale set.

abstract WithCreate withoutSinglePlacementGroup()

Specify that single placement group should be disabled for the virtual machine scale set.

Method Details

withSinglePlacementGroup

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withSinglePlacementGroup()

Specify that single placement group should be enabled for the virtual machine scale set.

Returns:

the next stage of the definition

withoutSinglePlacementGroup

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withoutSinglePlacementGroup()

Specify that single placement group should be disabled for the virtual machine scale set.

Returns:

the next stage of the definition

Applies to