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