Interface VirtualMachine.UpdateStages.WithCapacityReservation
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithCapacityReservation
The stage of the virtual machine update allowing to capacity reservation configurations.
-
Method Summary
Modifier and TypeMethodDescriptionwithCapacityReservationGroup(String capacityReservationGroupId) Specifies resource id of capacity reservation group for the virtual machine.
-
Method Details
-
withCapacityReservationGroup
Specifies resource id of capacity reservation group for the virtual machine.- Parameters:
capacityReservationGroupId- the resource id of capacity reservation group- Returns:
- the next stage of the update
-