Delen via


RoleAssignmentsOperationsExtensions.ListForResourceNextAsync Methode

Definitie

Alle roltoewijzingen weergeven die van toepassing zijn op een resource.

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

Parameters

operations
IRoleAssignmentsOperations

De bewerkingsgroep voor deze extensiemethode.

nextPageLink
String

De NextLink van de vorige geslaagde aanroepbewerking naar lijst.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op