共用方式為


UsersOperationsExtensions.List Method

Definition

Gets list of users for the current tenant.

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)

Parameters

operations
IUsersOperations

The operations group for this extension method.

odataQuery
ODataQuery<User>

OData parameters to apply to the operation.

Returns

Applies to