ReservationOrderAliasResponseProperties interface
Reservation properties
Properties
| applied |
Properties specific to applied scope type. Not required if not applicable. |
| applied |
Type of the Applied Scope. |
| billing |
Represents the billing plan in ISO 8601 format. Required only for monthly billing plans. |
| billing |
Subscription that will be charged for purchasing the benefit |
| display |
Display name |
| provisioning |
Provisioning state |
| quantity | Total Quantity of the SKUs purchased in the Reservation. |
| renew | Setting this to true will automatically purchase a new benefit on the expiration date time. |
| reservation |
Identifier of the reservation order created |
| reserved |
Properties specific to each reserved resource type. Not required if not applicable. |
| reserved |
The type of the resource that is being reserved. |
| review |
This is the date-time when the Reservation needs to be reviewed. |
| term | Represent benefit term in ISO 8601 format. |
Property Details
appliedScopeProperties
Properties specific to applied scope type. Not required if not applicable.
appliedScopeProperties?: AppliedScopeProperties
Property Value
appliedScopeType
Type of the Applied Scope.
appliedScopeType?: string
Property Value
string
billingPlan
Represents the billing plan in ISO 8601 format. Required only for monthly billing plans.
billingPlan?: string
Property Value
string
billingScopeId
Subscription that will be charged for purchasing the benefit
billingScopeId?: string
Property Value
string
displayName
Display name
displayName?: string
Property Value
string
provisioningState
Provisioning state
provisioningState?: string
Property Value
string
quantity
Total Quantity of the SKUs purchased in the Reservation.
quantity?: number
Property Value
number
renew
Setting this to true will automatically purchase a new benefit on the expiration date time.
renew?: boolean
Property Value
boolean
reservationOrderId
Identifier of the reservation order created
reservationOrderId?: string
Property Value
string
reservedResourceProperties
Properties specific to each reserved resource type. Not required if not applicable.
reservedResourceProperties?: ReservationOrderAliasResponsePropertiesReservedResourceProperties
Property Value
reservedResourceType
The type of the resource that is being reserved.
reservedResourceType?: string
Property Value
string
reviewDateTime
This is the date-time when the Reservation needs to be reviewed.
reviewDateTime?: Date
Property Value
Date
term
Represent benefit term in ISO 8601 format.
term?: string
Property Value
string