CapacityReservationPropertiesOutput interface
Properties of the Capacity reservation.
Properties
| instance |
The Capacity reservation instance view. |
| platform |
Specifies the value of fault domain count that Capacity Reservation supports for requested VM size. |
| provisioning |
The provisioning state, which only appears in the response. |
| provisioning |
The date time when the capacity reservation was last updated. |
| reservation |
A unique id generated and assigned to the capacity reservation by the platform which does not change throughout the lifetime of the resource. |
| time |
Specifies the time at which the Capacity Reservation resource was created. |
| virtual |
A list of all virtual machine resource ids that are associated with the capacity reservation. |
Property Details
instanceView
The Capacity reservation instance view.
instanceView?: CapacityReservationInstanceViewOutput
Property Value
platformFaultDomainCount
Specifies the value of fault domain count that Capacity Reservation supports for requested VM size.
NOTE: The fault domain count specified for a resource (like virtual machines scale set) must be less than or equal to this value if it deploys using capacity reservation.
Minimum api-version: 2022-08-01.
platformFaultDomainCount?: number
Property Value
number
provisioningState
The provisioning state, which only appears in the response.
provisioningState?: string
Property Value
string
provisioningTime
The date time when the capacity reservation was last updated.
provisioningTime?: string
Property Value
string
reservationId
A unique id generated and assigned to the capacity reservation by the platform which does not change throughout the lifetime of the resource.
reservationId?: string
Property Value
string
timeCreated
Specifies the time at which the Capacity Reservation resource was created.
Minimum api-version: 2021-11-01.
timeCreated?: string
Property Value
string
virtualMachinesAssociated
A list of all virtual machine resource ids that are associated with the capacity reservation.
virtualMachinesAssociated?: SubResourceReadOnlyOutput[]