Share via


EnrollmentAccountsOperationsExtensions.ListNext Method

Definition

Lists the enrollment accounts the caller has access to.

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

Parameters

operations
IEnrollmentAccountsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to