Freigeben über


ApiSchemaOperationsExtensions.ListByApiNextAsync Methode

Definition

Ruft die Schemakonfiguration auf API-Ebene ab

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

Parameter

operations
IApiSchemaOperations

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: