TenantsOperationsExtensions.ListNext(ITenantsOperations, String) Method

Definition

Gets the tenants for your account.

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

Parameters

operations
ITenantsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to