Share via


BillingPeriodsOperationsExtensions.ListNext Method

Definition

Lists the available billing periods for a subscription in reverse chronological order. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API. https://go.microsoft.com/fwlink/?linkid=844490

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

Parameters

operations
IBillingPeriodsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to