Bagikan melalui


ReservationOrderResponse Class

Definition

Details of a reservation order being returned.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderResponseTypeConverter))]
public class ReservationOrderResponse : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationOrderResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderResponseTypeConverter))>]
type ReservationOrderResponse = class
    interface IReservationOrderResponse
    interface IJsonSerializable
Public Class ReservationOrderResponse
Implements IReservationOrderResponse
Inheritance
ReservationOrderResponse
Attributes
Implements

Constructors

ReservationOrderResponse()

Creates an new ReservationOrderResponse instance.

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
ResourceGroupName

Gets the resource group name

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReservationOrderResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReservationOrderResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationOrderResponse.

FromJsonString(String)

Creates a new instance of ReservationOrderResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReservationOrderResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to