Compartir a través de


TenantsOperationsExtensions.ListAsync Método

Definición

Obtiene los inquilinos de la cuenta.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription>> ListAsync (this Microsoft.Azure.Management.ResourceManager.ITenantsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ResourceManager.ITenantsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription>>
<Extension()>
Public Function ListAsync (operations As ITenantsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TenantIdDescription))

Parámetros

operations
ITenantsOperations

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a