次の方法で共有


CalculatePriceResponsePropertiesPricingCurrencyTotal コンストラクター

定義

オーバーロード

CalculatePriceResponsePropertiesPricingCurrencyTotal()

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

CalculatePriceResponsePropertiesPricingCurrencyTotal(String, Nullable<Double>)

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

CalculatePriceResponsePropertiesPricingCurrencyTotal()

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

public CalculatePriceResponsePropertiesPricingCurrencyTotal ();
Public Sub New ()

適用対象

CalculatePriceResponsePropertiesPricingCurrencyTotal(String, Nullable<Double>)

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

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

パラメーター

currencyCode
String
amount
Nullable<Double>

適用対象