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.WithSinglePlacementGroupThe stage of the virtual machine scale set update allowing to configure single placement group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithApplywithoutSinglePlacementGroup()Specify that single placement group should be disabled for the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithApplywithSinglePlacementGroup()Specify that single placement group should be enabled for the virtual machine scale set.
-
-
-
Method Detail
-
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
-
-