Freigeben über


OAuth2PermissionGrantOperationsExtensions.ListNextAsync Methode

Definition

Ruft die nächste Seite der OAuth2-Berechtigungserteilungen ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.OAuth2PermissionGrant>> ListNextAsync(this Microsoft.Azure.Graph.RBAC.IOAuth2PermissionGrantOperations operations, string nextLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Graph.RBAC.IOAuth2PermissionGrantOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.OAuth2PermissionGrant>>
<Extension()>
Public Function ListNextAsync (operations As IOAuth2PermissionGrantOperations, nextLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OAuth2PermissionGrant))

Parameter

operations
IOAuth2PermissionGrantOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextLink
String

Nächster Link für den Listenvorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: