Share via


GroupsOperationsExtensions.GetGroupMembersNext Method

Definition

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

Parameters

operations
IGroupsOperations
nextLink
String

Returns

Applies to