Share via


RoleDefinitionsOperationsExtensions.ListNextAsync Method

Definition

Get all role definitions that are applicable at scope and above.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleDefinition>> ListNextAsync (this Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleDefinition>>
<Extension()>
Public Function ListNextAsync (operations As IRoleDefinitionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RoleDefinition))

Parameters

operations
IRoleDefinitionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to