Partager via


ApiSchemaOperationsExtensions.ListByApiNextAsync Méthode

Définition

Obtient la configuration du schéma au niveau de l’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))

Paramètres

operations
IApiSchemaOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à