VirtualMachineScaleSet.UpdateStages.WithSinglePlacementGroup Interface

public static interface VirtualMachineScaleSet.UpdateStages.WithSinglePlacementGroup

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

Method Summary

Modifier and Type Method and Description
abstract WithApply withSinglePlacementGroup()

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

abstract WithApply withoutSinglePlacementGroup()

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

Method Details

withSinglePlacementGroup

public abstract VirtualMachineScaleSet.UpdateStages.WithApply withSinglePlacementGroup()

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

Returns:

the next stage of the update

withoutSinglePlacementGroup

public abstract VirtualMachineScaleSet.UpdateStages.WithApply withoutSinglePlacementGroup()

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

Returns:

the next stage of the update

Applies to