次の方法で共有


CalculatePriceResponsePropertiesBillingCurrencyTotal コンストラクター

定義

オーバーロード

CalculatePriceResponsePropertiesBillingCurrencyTotal()

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

CalculatePriceResponsePropertiesBillingCurrencyTotal(String, Nullable<Double>)

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

CalculatePriceResponsePropertiesBillingCurrencyTotal()

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

public CalculatePriceResponsePropertiesBillingCurrencyTotal ();
Public Sub New ()

適用対象

CalculatePriceResponsePropertiesBillingCurrencyTotal(String, Nullable<Double>)

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

public CalculatePriceResponsePropertiesBillingCurrencyTotal (string currencyCode = default, double? amount = default);
new Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal : string * Nullable<double> -> Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal
Public Sub New (Optional currencyCode As String = Nothing, Optional amount As Nullable(Of Double) = Nothing)

パラメーター

currencyCode
String
amount
Nullable<Double>

適用対象