Partager via


TenantsOperationsExtensions.ListAsync Méthode

Définition

Obtient les locataires de votre compte.

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

Paramètres

operations
ITenantsOperations

Groupe d’opérations pour cette méthode d’extension.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à