TransactionsOperationsExtensions.ListByInvoiceNext Method

Definition

Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. 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)

Parameters

operations
ITransactionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to