Partager via


GroupsOperationsExtensions.GetGroupMembersNext Method

Definition

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

Parameters

operations
IGroupsOperations
nextLink
String

Returns

Applies to