IApiSchemaOperations.ListByApiWithHttpMessagesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter a configuração do esquema no nível da API.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.SchemaContract>>> ListByApiWithHttpMessagesAsync (string resourceGroupName, string serviceName, string apiId, string filter = default, int? top = default, int? skip = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByApiWithHttpMessagesAsync : string * string * string * string * Nullable<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.SchemaContract>>>
Public Function ListByApiWithHttpMessagesAsync (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, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SchemaContract)))
Parâmetros
- resourceGroupName
- String
O nome do grupo de recursos.
- serviceName
- String
O nome do serviço Gerenciamento de API.
- apiId
- String
Identificador de revisão de API. Deve ser exclusivo na instância de serviço Gerenciamento de API atual. A revisão não atual tem ;rev=n como um sufixo em que n é o número de revisão.
- filter
- String
| Campo | Uso | Operadores com suporte | Funções com suporte |< /br>|-------------|-------------|-------------|-------------|< /br>| contentType | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /Br>
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados à solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Exceções
Gerada quando a operação retornou um código de status inválido
Gerada quando não é possível desserializar a resposta
Gerado quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET