Interface VirtualMachine.UpdateStages.WithProximityPlacementGroup
-
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
- VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithProximityPlacementGroupThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachine.UpdatewithoutProximityPlacementGroup()Removes the Proximity placement group from the VM.VirtualMachine.UpdatewithProximityPlacementGroup(String proximityPlacementGroupId)Set information about the proximity placement group that the virtual machineshould be assigned to.
-
-
-
Method Detail
-
withProximityPlacementGroup
VirtualMachine.Update withProximityPlacementGroup(String proximityPlacementGroupId)
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.
-
-