Compartir a través de


TenantsOperationsExtensions.ListNext(ITenantsOperations, String) Método

Definición

Obtiene los inquilinos de la cuenta.

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)

Parámetros

operations
ITenantsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a