CalculatePriceResponseProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
顧客が顧客の現地通貨で課金される通貨と金額。 税は含まれていません。
True を指定すると、Microsoft Partner によって課金が管理されます。 CSP アカウントにのみ使用されます。
- reservationOrderId
- String
価格を計算した後に配置できる予約注文を表す GUID。
- skuTitle
- String
購入中の SKU のタイトル。
- skuDescription
- String
購入中の SKU の説明。
- pricingCurrencyTotal
- CalculatePriceResponsePropertiesPricingCurrencyTotal
Microsoft がレコードに使用する金額。 払い戻し制限を計算するために払い戻し中に使用されます。 税は含まれていません。
- paymentSchedule
- IList<PaymentDetail>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET