Freigeben über


AuthorizationServerOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet eine Auflistung der in einer Dienstinstanz definierten Autorisierungsserver auf

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

Parameter

operations
IAuthorizationServerOperations

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: