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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java