BillingPeriodsOperationsExtensions.ListNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET