Freigeben über


PermissionsOperationsExtensions.ListForResourceNextAsync Methode

Definition

Ruft alle Berechtigungen ab, über die der Aufrufer für eine Ressource verfügt.

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

Parameter

operations
IPermissionsOperations

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: