Share via


InvoicesOperationsExtensions.ListByBillingSubscriptionNext Method

Definition

Lists the invoices for a subscription. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice> ListByBillingSubscriptionNext (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string nextPageLink);
static member ListByBillingSubscriptionNext : Microsoft.Azure.Management.Billing.IInvoicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>
<Extension()>
Public Function ListByBillingSubscriptionNext (operations As IInvoicesOperations, nextPageLink As String) As IPage(Of Invoice)

Parameters

operations
IInvoicesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to