GroupsOperationsExtensions.GetGroupMembersNext Método

Definição

Obtém os membros de um grupo.

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)

Parâmetros

operations
IGroupsOperations

O grupo de operações para esse método de extensão.

nextLink
String

Próximo link para a operação de lista.

Retornos

Aplica-se a