Freigeben über


GlobalSchemaOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet eine Auflistung von Schemas auf, die beim Dienst instance registriert sind.

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

Parameter

operations
IGlobalSchemaOperations

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: