CapacityReservationUpdate interface
Specifies information about the capacity reservation. Only tags and sku.capacity can be updated.
- Extends
Properties
| properties | Properties of the Capacity reservation. |
| sku | SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values. |
Inherited Properties
| tags | Resource tags |
Property Details
properties
Properties of the Capacity reservation.
properties?: CapacityReservationProperties
Property Value
sku
SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values.
sku?: Sku
Property Value
Inherited Property Details
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From UpdateResource.tags