Partager via


ApiSchemaOperationsExtensions.ListByApiNext Méthode

Définition

Obtient la configuration du schéma au niveau de l’API.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.SchemaContract> ListByApiNext (this Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations operations, string nextPageLink);
static member ListByApiNext : Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.SchemaContract>
<Extension()>
Public Function ListByApiNext (operations As IApiSchemaOperations, nextPageLink As String) As 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.

Retours

S’applique à