次の方法で共有


TransactionsOperationsExtensions.ListByInvoiceAsync メソッド

定義

請求書のトランザクションを一覧表示します。 トランザクションには、購入、払い戻し、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>> ListByInvoiceAsync (this Microsoft.Azure.Management.Billing.ITransactionsOperations operations, string billingAccountName, string invoiceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByInvoiceAsync : Microsoft.Azure.Management.Billing.ITransactionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Transaction>>
<Extension()>
Public Function ListByInvoiceAsync (operations As ITransactionsOperations, billingAccountName As String, invoiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Transaction))

パラメーター

operations
ITransactionsOperations

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

billingAccountName
String

課金アカウントを一意に識別する ID。

invoiceName
String

請求書を一意に識別する ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象