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 Details

    • 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.