Freigeben über


RoleDefinitionsOperationsExtensions.ListNextAsync Methode

Definition

Rufen Sie alle Rollendefinitionen ab, die im Bereich und höher anwendbar sind.

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))

Parameter

operations
IRoleDefinitionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: