Partager via


ApiSchemaOperationsExtensions.ListByApi 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> ListByApi (this Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations operations, string resourceGroupName, string serviceName, string apiId, string filter = default, int? top = default, int? skip = default);
static member ListByApi : Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations * string * string * string * string * Nullable<int> * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.SchemaContract>
<Extension()>
Public Function ListByApi (operations As IApiSchemaOperations, resourceGroupName As String, serviceName As String, apiId As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing) As IPage(Of SchemaContract)

Paramètres

operations
IApiSchemaOperations

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

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

apiId
String

Identificateur de révision d’API. Doit être unique dans le instance de service Gestion des API actuel. La révision non actuelle a ;rev=n comme suffixe où n est le numéro de révision.

filter
String

| Champ | Utilisation | Opérateurs pris en charge | Fonctions prises en charge |< /br>|-------------|-------------|-------------|-------------|< /br>| contentType | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /Br>

top
Nullable<Int32>

Nombre d’enregistrements à renvoyer.

skip
Nullable<Int32>

Nombre d'enregistrements à ignorer.

Retours

S’applique à