ReservationOrderResponse interface
Details of a reservation order being returned.
Properties
| benefit |
This is the DateTime when the reservation benefit started. |
| billing |
Represent the billing plans. |
| created |
This is the DateTime when the reservation was created. |
| display |
Friendly name for user to easily identified the reservation. |
| etag | |
| expiry |
This is the date when the reservation will expire. |
| expiry |
This is the date-time when the reservation will expire. |
| id | Identifier of the reservation NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of the reservation NOTE: This property will not be serialized. It can only be populated by the server. |
| original |
Total Quantity of the skus purchased in the reservation. |
| plan |
Information describing the type of billing plan for this reservation. |
| provisioning |
Current state of the reservation. |
| request |
This is the DateTime when the reservation was initially requested for purchase. |
| reservations | |
| review |
This is the date-time when the Azure Hybrid Benefit needs to be reviewed. |
| system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| term | Represent the term of reservation. |
| type | Type of resource. "Microsoft.Capacity/reservations" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
benefitStartTime
This is the DateTime when the reservation benefit started.
benefitStartTime?: Date
Property Value
Date
billingPlan
Represent the billing plans.
billingPlan?: string
Property Value
string
createdDateTime
This is the DateTime when the reservation was created.
createdDateTime?: Date
Property Value
Date
displayName
Friendly name for user to easily identified the reservation.
displayName?: string
Property Value
string
etag
etag?: number
Property Value
number
expiryDate
This is the date when the reservation will expire.
expiryDate?: Date
Property Value
Date
expiryDateTime
This is the date-time when the reservation will expire.
expiryDateTime?: Date
Property Value
Date
id
Identifier of the reservation NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Name of the reservation NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
originalQuantity
Total Quantity of the skus purchased in the reservation.
originalQuantity?: number
Property Value
number
planInformation
Information describing the type of billing plan for this reservation.
planInformation?: ReservationOrderBillingPlanInformation
Property Value
provisioningState
Current state of the reservation.
provisioningState?: string
Property Value
string
requestDateTime
This is the DateTime when the reservation was initially requested for purchase.
requestDateTime?: Date
Property Value
Date
reservations
reviewDateTime
This is the date-time when the Azure Hybrid Benefit needs to be reviewed.
reviewDateTime?: Date
Property Value
Date
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
term
Represent the term of reservation.
term?: string
Property Value
string
type
Type of resource. "Microsoft.Capacity/reservations" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string