BillingAccountsOperationsExtensions.ListNext Method

Definition

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameters

operations
IBillingAccountsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to