Interface AvailabilitySet.UpdateStages.WithProximityPlacementGroup

  • All Known Subinterfaces:
    AvailabilitySet.Update
    Enclosing interface:
    AvailabilitySet.UpdateStages

    public static interface AvailabilitySet.UpdateStages.WithProximityPlacementGroup
    The stage of the availability set definition setting ProximityPlacementGroup.
    • Method Detail

      • withProximityPlacementGroup

        AvailabilitySet.Update withProximityPlacementGroup​(String promixityPlacementGroupId)
        Set information about the proximity placement group that the availability set should be assigned to.
        Parameters:
        promixityPlacementGroupId - The Id of the proximity placement group subResource.
        Returns:
        the next stage of the definition.
      • withoutProximityPlacementGroup

        AvailabilitySet.Update withoutProximityPlacementGroup()
        Remove the proximity placement group from the availability set.
        Returns:
        the next stage of the definition.