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