Sdílet prostřednictvím


ITransactionsOperations.ListByInvoiceWithHttpMessagesAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Transaction>>> ListByInvoiceWithHttpMessagesAsync (string billingAccountName, string invoiceName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByInvoiceWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Transaction>>>
Public Function ListByInvoiceWithHttpMessagesAsync (billingAccountName As String, invoiceName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Transaction)))

Parametry

billingAccountName
String

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

invoiceName
String

ID, které jednoznačně identifikuje fakturu.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolá se, když nejde deserializovat odpověď.

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro