Share via


GroupsOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup>> ListNextAsync (this Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations operations, string nextLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup>>
<Extension()>
Public Function ListNextAsync (operations As IGroupsOperations, nextLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ADGroup))

Parameters

operations
IGroupsOperations
nextLink
String
cancellationToken
CancellationToken

Returns

Applies to