Interface VirtualMachine.UpdateStages.WithProximityPlacementGroup
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithProximityPlacementGroup
The stage of a virtual machine update allowing to set/remove information about the proximity placement group
that the virtual machine scale set should be assigned to.
-
Method Summary
Modifier and TypeMethodDescriptionRemoves the Proximity placement group from the VM.withProximityPlacementGroup(String proximityPlacementGroupId) Set information about the proximity placement group that the virtual machineshould be assigned to.
-
Method Details
-
withProximityPlacementGroup
Set information about the proximity placement group that the virtual machineshould be assigned to.- Parameters:
proximityPlacementGroupId- The Id of the proximity placement group subResource.- Returns:
- the next stage of the definition.
-
withoutProximityPlacementGroup
VirtualMachine.Update withoutProximityPlacementGroup()Removes the Proximity placement group from the VM.- Returns:
- the next stage of the definition.
-