ReservationOrderBillingPlanInformation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ReservationOrderBillingPlanInformation() |
ReservationOrderBillingPlanInformation クラスの新しいインスタンスを初期化します。 |
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>) |
ReservationOrderBillingPlanInformation クラスの新しいインスタンスを初期化します。 |
ReservationOrderBillingPlanInformation()
ReservationOrderBillingPlanInformation クラスの新しいインスタンスを初期化します。
public ReservationOrderBillingPlanInformation ();
Public Sub New ()
適用対象
ReservationOrderBillingPlanInformation(Price, Nullable<DateTime>, Nullable<DateTime>, IList<PaymentDetail>)
ReservationOrderBillingPlanInformation クラスの新しいインスタンスを初期化します。
public ReservationOrderBillingPlanInformation (Microsoft.Azure.Management.Reservations.Models.Price pricingCurrencyTotal = default, DateTime? startDate = default, DateTime? nextPaymentDueDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> transactions = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation : Microsoft.Azure.Management.Reservations.Models.Price * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> -> Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation
Public Sub New (Optional pricingCurrencyTotal As Price = Nothing, Optional startDate As Nullable(Of DateTime) = Nothing, Optional nextPaymentDueDate As Nullable(Of DateTime) = Nothing, Optional transactions As IList(Of PaymentDetail) = Nothing)
パラメーター
- pricingCurrencyTotal
- Price
注文に対して支払われる金額。 税は含まれていません。
- transactions
- IList<PaymentDetail>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET