Compartir a través de


ApiSchemaOperationsExtensions.ListByApiNextAsync Método

Definición

Obtiene la configuración de esquemas en el nivel de API

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))

Parámetros

operations
IApiSchemaOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a