Freigeben über


RoleAssignmentsOperationsExtensions.ListForScopeNextAsync Methode

Definition

Ruft Rollenzuweisungen für einen Bereich ab.

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

Parameter

operations
IRoleAssignmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: