共用方式為


ReservationToPurchaseExchange Constructors

Definition

Overloads

ReservationToPurchaseExchange()

Initializes a new instance of the ReservationToPurchaseExchange class.

ReservationToPurchaseExchange(String, String, PurchaseRequest, Price, String)

Initializes a new instance of the ReservationToPurchaseExchange class.

ReservationToPurchaseExchange()

Initializes a new instance of the ReservationToPurchaseExchange class.

public ReservationToPurchaseExchange ();
Public Sub New ()

Applies to

ReservationToPurchaseExchange(String, String, PurchaseRequest, Price, String)

Initializes a new instance of the ReservationToPurchaseExchange class.

public ReservationToPurchaseExchange (string reservationOrderId = default, string reservationId = default, Microsoft.Azure.Management.Reservations.Models.PurchaseRequest properties = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotal = default, string status = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationToPurchaseExchange : string * string * Microsoft.Azure.Management.Reservations.Models.PurchaseRequest * Microsoft.Azure.Management.Reservations.Models.Price * string -> Microsoft.Azure.Management.Reservations.Models.ReservationToPurchaseExchange
Public Sub New (Optional reservationOrderId As String = Nothing, Optional reservationId As String = Nothing, Optional properties As PurchaseRequest = Nothing, Optional billingCurrencyTotal As Price = Nothing, Optional status As String = Nothing)

Parameters

reservationOrderId
String

Fully qualified id of the ReservationOrder being purchased

reservationId
String

Fully qualified id of the Reservation being purchased. This value is only guaranteed to be non-null if the purchase is successful.

properties
PurchaseRequest
billingCurrencyTotal
Price
status
String

Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Pending'

Applies to