Interface AvailabilitySet.UpdateStages.WithProximityPlacementGroup
-
- All Known Subinterfaces:
AvailabilitySet.Update
- Enclosing interface:
- AvailabilitySet.UpdateStages
public static interface AvailabilitySet.UpdateStages.WithProximityPlacementGroupThe stage of the availability set definition setting ProximityPlacementGroup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailabilitySet.UpdatewithoutProximityPlacementGroup()Remove the proximity placement group from the availability set.AvailabilitySet.UpdatewithProximityPlacementGroup(String promixityPlacementGroupId)Set information about the proximity placement group that the availability set should be assigned to.
-
-
-
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.
-
-