Freigeben über


GroupsOperationsExtensions.List Methode

Definition

Ruft die Liste der Gruppen für den aktuellen Mandanten ab.

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)

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<ADGroup>

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

Gibt zurück

Gilt für: