CapacityReservationGroupProperties interface

capacity reservation group Properties.

Properties

capacityReservations

A list of all capacity reservation resource ids that belong to capacity reservation group.

instanceView

The capacity reservation group instance view which has the list of instance views for all the capacity reservations that belong to the capacity reservation group.

reservationType

Indicates the type of capacity reservation. Allowed values are 'Block' for block capacity reservations and 'Targeted' for reservations that enable a VM to consume a specific capacity reservation when a capacity reservation group is provided. The reservation type is immutable and cannot be changed after it is assigned.

sharingProfile

Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource. The capacity reservation group resource can generally be shared across subscriptions belonging to a single Azure AAD tenant or across AAD tenants if there is a trust relationship established between the tenants. Block capacity reservation does not support sharing across subscriptions. Note: Minimum api-version: 2023-09-01. Please refer to https://aka.ms/computereservationsharing for more details.

virtualMachinesAssociated

A list of references to all virtual machines associated to the capacity reservation group.

Property Details

capacityReservations

A list of all capacity reservation resource ids that belong to capacity reservation group.

capacityReservations?: SubResourceReadOnly[]

Property Value

instanceView

The capacity reservation group instance view which has the list of instance views for all the capacity reservations that belong to the capacity reservation group.

instanceView?: CapacityReservationGroupInstanceView

Property Value

reservationType

Indicates the type of capacity reservation. Allowed values are 'Block' for block capacity reservations and 'Targeted' for reservations that enable a VM to consume a specific capacity reservation when a capacity reservation group is provided. The reservation type is immutable and cannot be changed after it is assigned.

reservationType?: string

Property Value

string

sharingProfile

Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource. The capacity reservation group resource can generally be shared across subscriptions belonging to a single Azure AAD tenant or across AAD tenants if there is a trust relationship established between the tenants. Block capacity reservation does not support sharing across subscriptions. Note: Minimum api-version: 2023-09-01. Please refer to https://aka.ms/computereservationsharing for more details.

sharingProfile?: ResourceSharingProfile

Property Value

virtualMachinesAssociated

A list of references to all virtual machines associated to the capacity reservation group.

virtualMachinesAssociated?: SubResourceReadOnly[]

Property Value