Interface VirtualMachineScaleSet.UpdateStages.WithSinglePlacementGroup
- All Known Subinterfaces:
VirtualMachineScaleSet.Update
,VirtualMachineScaleSet.UpdateStages.WithApply
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer
,VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
- VirtualMachineScaleSet.UpdateStages
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 TypeMethodDescriptionSpecify that single placement group should be disabled for the virtual machine scale set.Specify that single placement group should be enabled for the virtual machine scale set.
-
Method Details
-
withSinglePlacementGroup
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
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
-