IGatewayApiOperations Interface
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.
Operações gatewayApiOperations.
public interface IGatewayApiOperations
type IGatewayApiOperations = interface
Public Interface IGatewayApiOperations
Métodos
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, AssociationContract, Dictionary<String,List<String>>, CancellationToken) |
Adiciona uma API ao Gateway especificado. |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Exclui a API especificada do gateway especificado. |
GetEntityTagWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Verifica se a entidade de API especificada pelo identificador está associada à entidade Gateway. |
ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lista uma coleção das APIs associadas a um gateway. |
ListByServiceWithHttpMessagesAsync(String, String, String, ODataQuery<ApiContract>, Dictionary<String,List<String>>, CancellationToken) |
Lista uma coleção das APIs associadas a um gateway. |
Métodos de Extensão
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET