Share via


GroupsOperationsExtensions.ListNext(IGroupsOperations, String) Method

Definition

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

Parameters

operations
IGroupsOperations
nextLink
String

Returns

Applies to