Partager via


UsersOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste des utilisateurs du locataire actuel.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.User>> ListAsync (this Microsoft.Azure.Graph.RBAC.IUsersOperations 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.IUsersOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.User>>
<Extension()>
Public Function ListAsync (operations As IUsersOperations, Optional odataQuery As ODataQuery(Of User) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of User))

Paramètres

operations
IUsersOperations

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

odataQuery
ODataQuery<User>

Paramètres OData à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à