次の方法で共有


RenewPropertiesResponseBillingCurrencyTotal コンストラクター

定義

オーバーロード

RenewPropertiesResponseBillingCurrencyTotal()

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

RenewPropertiesResponseBillingCurrencyTotal(String, Nullable<Double>)

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

RenewPropertiesResponseBillingCurrencyTotal()

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

public RenewPropertiesResponseBillingCurrencyTotal ();
Public Sub New ()

適用対象

RenewPropertiesResponseBillingCurrencyTotal(String, Nullable<Double>)

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

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

パラメーター

currencyCode
String
amount
Nullable<Double>

適用対象