Freigeben über


TenantsOperationsExtensions.ListAsync Methode

Definition

Ruft die Mandanten für Ihr Konto ab.

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))

Parameter

operations
ITenantsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: