Freigeben über


RoleAssignmentsOperationsExtensions.ListForSubscriptionNextAsync Methode

Definition

Listet alle Rollenzuweisungen auf, die für ein Abonnement gelten.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>> ListForSubscriptionNextAsync (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListForSubscriptionNextAsync : 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 ListForSubscriptionNextAsync (operations As IRoleAssignmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RoleAssignment))

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: