Condividi tramite


ApiSchemaOperationsExtensions.ListByApi Method

Definition

Get the schema configuration at the API level.

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)

Parameters

operations
IApiSchemaOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

apiId
String

API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

filter
String

| Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| contentType | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>

top
Nullable<Int32>

Number of records to return.

skip
Nullable<Int32>

Number of records to skip.

Returns

Applies to