Sdílet prostřednictvím


TransactionsOperationsExtensions.ListByInvoiceNext 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Transaction> ListByInvoiceNext (this Microsoft.Azure.Management.Billing.ITransactionsOperations operations, string nextPageLink);
static member ListByInvoiceNext : Microsoft.Azure.Management.Billing.ITransactionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Transaction>
<Extension()>
Public Function ListByInvoiceNext (operations As ITransactionsOperations, nextPageLink As String) As IPage(Of Transaction)

Parametry

operations
ITransactionsOperations

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

nextPageLink
String

The NextLink from the previous successful call to List operation.

Návraty

Platí pro