Partager via


GroupsOperationsExtensions.GetGroupMembersNext Méthode

Définition

Obtient les membres d’un groupe.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject> GetGroupMembersNext (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string nextLink);
static member GetGroupMembersNext : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>
<Extension()>
Public Function GetGroupMembersNext (operations As IGroupsOperations, nextLink As String) As IPage(Of DirectoryObject)

Paramètres

operations
IGroupsOperations

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

nextLink
String

Lien suivant pour l’opération de liste.

Retours

S’applique à