次の方法で共有


CalculatePriceResponseProperties コンストラクター

定義

オーバーロード

CalculatePriceResponseProperties()

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

CalculatePriceResponseProperties(CalculatePriceResponsePropertiesBillingCurrencyTotal, Nullable<Boolean>, String, String, String, CalculatePriceResponsePropertiesPricingCurrencyTotal, IList<PaymentDetail>)

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

CalculatePriceResponseProperties()

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

public CalculatePriceResponseProperties ();
Public Sub New ()

適用対象

CalculatePriceResponseProperties(CalculatePriceResponsePropertiesBillingCurrencyTotal, Nullable<Boolean>, String, String, String, CalculatePriceResponsePropertiesPricingCurrencyTotal, IList<PaymentDetail>)

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

public CalculatePriceResponseProperties (Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal billingCurrencyTotal = default, bool? isBillingPartnerManaged = default, string reservationOrderId = default, string skuTitle = default, string skuDescription = default, Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal pricingCurrencyTotal = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> paymentSchedule = default);
new Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties : Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal * Nullable<bool> * string * string * string * Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> -> Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties
Public Sub New (Optional billingCurrencyTotal As CalculatePriceResponsePropertiesBillingCurrencyTotal = Nothing, Optional isBillingPartnerManaged As Nullable(Of Boolean) = Nothing, Optional reservationOrderId As String = Nothing, Optional skuTitle As String = Nothing, Optional skuDescription As String = Nothing, Optional pricingCurrencyTotal As CalculatePriceResponsePropertiesPricingCurrencyTotal = Nothing, Optional paymentSchedule As IList(Of PaymentDetail) = Nothing)

パラメーター

billingCurrencyTotal
CalculatePriceResponsePropertiesBillingCurrencyTotal

顧客が顧客の現地通貨で課金される通貨と金額。 税は含まれていません。

isBillingPartnerManaged
Nullable<Boolean>

True を指定すると、Microsoft Partner によって課金が管理されます。 CSP アカウントにのみ使用されます。

reservationOrderId
String

価格を計算した後に配置できる予約注文を表す GUID。

skuTitle
String

購入中の SKU のタイトル。

skuDescription
String

購入中の SKU の説明。

pricingCurrencyTotal
CalculatePriceResponsePropertiesPricingCurrencyTotal

Microsoft がレコードに使用する金額。 払い戻し制限を計算するために払い戻し中に使用されます。 税は含まれていません。

paymentSchedule
IList<PaymentDetail>

適用対象