Partager via


UsersOperationsExtensions.List Method

Definition

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

Parameters

operations
IUsersOperations
odataQuery
ODataQuery<User>

Returns

Applies to