Partager via


GroupsOperationsExtensions.List Méthode

Définition

Obtient la liste des groupes pour le locataire actuel.

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

Paramètres

operations
IGroupsOperations

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

odataQuery
ODataQuery<ADGroup>

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

Retours

S’applique à