次の方法で共有


InvoicesOperationsExtensions.ListByBillingSubscriptionAsync メソッド

定義

サブスクリプションの請求書を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>> ListByBillingSubscriptionAsync (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string periodStartDate, string periodEndDate, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingSubscriptionAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>>
<Extension()>
Public Function ListByBillingSubscriptionAsync (operations As IInvoicesOperations, periodStartDate As String, periodEndDate As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Invoice))

パラメーター

operations
IInvoicesOperations

この拡張メソッドの操作グループ。

periodStartDate
String

請求期間の開始日。

periodEndDate
String

請求期間の終了日。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象