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
With |
withSinglePlacementGroup()
Specify that single placement group should be enabled for the virtual machine scale set. |
abstract
With |
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:
withoutSinglePlacementGroup
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withoutSinglePlacementGroup()
Specify that single placement group should be disabled for the virtual machine scale set.
Returns:
Applies to
Azure SDK for Java