Partager via


UsersOperationsExtensions.ListNextAsync Method

Definition

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

Parameters

operations
IUsersOperations
nextLink
String
cancellationToken
CancellationToken

Returns

Applies to