Freigeben über


UsersOperationsExtensions.List Methode

Definition

Ruft eine Liste der Benutzer für den aktuellen Mandanten ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.User> List (this Microsoft.Azure.Graph.RBAC.IUsersOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> odataQuery = default);
static member List : Microsoft.Azure.Graph.RBAC.IUsersOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.User> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.User>
<Extension()>
Public Function List (operations As IUsersOperations, Optional odataQuery As ODataQuery(Of User) = Nothing) As IPage(Of User)

Parameter

operations
IUsersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<User>

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

Gibt zurück

Gilt für: