Sdílet prostřednictvím


TransactionsOperationsExtensions.ListByInvoiceAsync Metoda

Definice

Zobrazí seznam transakcí pro fakturu. Transakce zahrnují nákupy, refundace a poplatky za využití 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))

Parametry

operations
ITransactionsOperations

Skupina operací pro tuto rozšiřující metodu.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

invoiceName
String

ID, které jednoznačně identifikuje fakturu.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro