次の方法で共有


BillingInformation コンストラクター

定義

オーバーロード

BillingInformation()

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

BillingInformation(Price, Price, Price)

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

BillingInformation()

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

public BillingInformation ();
Public Sub New ()

適用対象

BillingInformation(Price, Price, Price)

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

public BillingInformation (Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotalPaidAmount = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyProratedAmount = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyRemainingCommitmentAmount = default);
new Microsoft.Azure.Management.Reservations.Models.BillingInformation : Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price -> Microsoft.Azure.Management.Reservations.Models.BillingInformation
Public Sub New (Optional billingCurrencyTotalPaidAmount As Price = Nothing, Optional billingCurrencyProratedAmount As Price = Nothing, Optional billingCurrencyRemainingCommitmentAmount As Price = Nothing)

パラメーター

billingCurrencyTotalPaidAmount
Price
billingCurrencyProratedAmount
Price
billingCurrencyRemainingCommitmentAmount
Price

適用対象