PaymentDetail コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PaymentDetail() |
PaymentDetail クラスの新しいインスタンスを初期化します。 |
PaymentDetail(Nullable<DateTime>, Nullable<DateTime>, Price, Price, String, String, ExtendedStatusInfo) |
PaymentDetail クラスの新しいインスタンスを初期化します。 |
PaymentDetail()
PaymentDetail クラスの新しいインスタンスを初期化します。
public PaymentDetail ();
Public Sub New ()
適用対象
PaymentDetail(Nullable<DateTime>, Nullable<DateTime>, Price, Price, String, String, ExtendedStatusInfo)
PaymentDetail クラスの新しいインスタンスを初期化します。
public PaymentDetail (DateTime? dueDate = default, DateTime? paymentDate = default, Microsoft.Azure.Management.Reservations.Models.Price pricingCurrencyTotal = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotal = default, string billingAccount = default, string status = default, Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo extendedStatusInfo = default);
new Microsoft.Azure.Management.Reservations.Models.PaymentDetail : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price * string * string * Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo -> Microsoft.Azure.Management.Reservations.Models.PaymentDetail
Public Sub New (Optional dueDate As Nullable(Of DateTime) = Nothing, Optional paymentDate As Nullable(Of DateTime) = Nothing, Optional pricingCurrencyTotal As Price = Nothing, Optional billingCurrencyTotal As Price = Nothing, Optional billingAccount As String = Nothing, Optional status As String = Nothing, Optional extendedStatusInfo As ExtendedStatusInfo = Nothing)
パラメーター
- pricingCurrencyTotal
- Price
価格通貨での金額。 税は含まれていません。
- billingCurrencyTotal
- Price
課金通貨で請求される金額。 税は含まれていません。 将来の支払いの場合は null です
- billingAccount
- String
この支払いに対して課金されるアカウントを表示します。
- status
- String
指定できる値は、'Succeeded'、'Failed'、'Scheduled'、'Cancelled' です。
- extendedStatusInfo
- ExtendedStatusInfo
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET