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 Summary
Modifier and TypeMethodDescriptionRemove the proximity placement group from the availability set.withProximityPlacementGroup(String promixityPlacementGroupId) Set information about the proximity placement group that the availability set should be assigned to.
-
Method Details
-
withProximityPlacementGroup
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.
-