Freigeben über


DomainsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der Domänen für den aktuellen Mandanten ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Graph.RBAC.Models.Domain>> ListAsync(this Microsoft.Azure.Graph.RBAC.IDomainsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Graph.RBAC.IDomainsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Graph.RBAC.Models.Domain>>
<Extension()>
Public Function ListAsync (operations As IDomainsOperations, Optional odataQuery As ODataQuery(Of User) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Domain))

Parameter

operations
IDomainsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<User>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: