次の方法で共有


TransactionsOperationsExtensions.ListByInvoiceNextAsync メソッド

定義

請求書のトランザクションを一覧表示します。 トランザクションには、購入、払い戻し、Azure の使用料金が含まれます。 https://docs.microsoft.com/en-us/rest/api/billing/

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

パラメーター

operations
ITransactionsOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象