次の方法で共有


ReservationToExchange コンストラクター

定義

オーバーロード

ReservationToExchange()

ReservationToExchange クラスの新しいインスタンスを初期化します。

ReservationToExchange(String, Nullable<Int32>, Price, BillingInformation)

ReservationToExchange クラスの新しいインスタンスを初期化します。

ReservationToExchange()

ReservationToExchange クラスの新しいインスタンスを初期化します。

public ReservationToExchange ();
Public Sub New ()

適用対象

ReservationToExchange(String, Nullable<Int32>, Price, BillingInformation)

ReservationToExchange クラスの新しいインスタンスを初期化します。

public ReservationToExchange (string reservationId = default, int? quantity = default, Microsoft.Azure.Management.Reservations.Models.Price billingRefundAmount = default, Microsoft.Azure.Management.Reservations.Models.BillingInformation billingInformation = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationToExchange : string * Nullable<int> * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.BillingInformation -> Microsoft.Azure.Management.Reservations.Models.ReservationToExchange
Public Sub New (Optional reservationId As String = Nothing, Optional quantity As Nullable(Of Integer) = Nothing, Optional billingRefundAmount As Price = Nothing, Optional billingInformation As BillingInformation = Nothing)

パラメーター

reservationId
String

返される予約の完全修飾 ID。

quantity
Nullable<Int32>

返される数量

billingRefundAmount
Price
billingInformation
BillingInformation

適用対象