VirtualMachine.UpdateStages.WithCapacityReservation Interface
public static interface VirtualMachine.UpdateStages.WithCapacityReservation
The stage of the virtual machine update allowing to capacity reservation configurations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withCapacityReservationGroup(String capacityReservationGroupId)
Specifies resource id of capacity reservation group for the virtual machine. |
Method Details
withCapacityReservationGroup
public abstract VirtualMachine.Update withCapacityReservationGroup(String capacityReservationGroupId)
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
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java