IReservationOrderResponse Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderResponseTypeConverter))]
public interface IReservationOrderResponse : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderResponseTypeConverter))>]
type IReservationOrderResponse = interface
interface IJsonSerializable
Public Interface IReservationOrderResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BenefitStartTime |
This is the DateTime when the reservation benefit started. |
BillingPlan |
Represent the billing plans. |
CreatedDateTime |
This is the DateTime when the reservation was created. |
DisplayName |
Friendly name for user to easily identified the reservation. |
Etag | |
ExpiryDate |
This is the date when the reservation will expire. |
ExpiryDateTime |
This is the date-time when the reservation will expire. |
Id |
Identifier of the reservation |
Name |
Name of the reservation |
OriginalQuantity |
Total Quantity of the skus purchased in the reservation. |
PlanInformationNextPaymentDueDate |
For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off. |
PlanInformationPricingCurrencyTotal |
Amount of money to be paid for the Order. Tax is not included. |
PlanInformationStartDate |
Date when the billing plan has started. |
PlanInformationTransaction | |
ProvisioningState |
Current state of the reservation. |
RequestDateTime |
This is the DateTime when the reservation was initially requested for purchase. |
Reservations | |
ReviewDateTime |
This is the date-time when the Azure Hybrid Benefit needs to be reviewed. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Term |
Represent the term of reservation. |
Type |
Type of resource. "Microsoft.Capacity/reservations" |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |