Delen via


RoleDefinitionsOperationsExtensions.ListNextAsync Methode

Definitie

Haal alle roldefinities op die van toepassing zijn op bereik en hoger.

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

De bewerkingsgroep voor deze extensiemethode.

nextPageLink
String

De NextLink van de vorige geslaagde aanroepbewerking naar lijst.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op