Compartilhar via


ILoggerOperations Interface

Definição

Operações loggerOperations.

public interface ILoggerOperations
type ILoggerOperations = interface
Public Interface ILoggerOperations

Métodos

CreateOrUpdateWithHttpMessagesAsync(String, String, String, LoggerContract, String, Dictionary<String,List<String>>, CancellationToken)

Cria ou atualiza um agente de log.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui o agente especificado.

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém a versão do estado da entidade (Etag) do agente especificado por seu identificador.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém os detalhes do agente especificado por seu identificador.

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lista uma coleção de agentes de log na instância de serviço especificada. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<LoggerContract>, Dictionary<String,List<String>>, CancellationToken)

Lista uma coleção de agentes de log na instância de serviço especificada. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

UpdateWithHttpMessagesAsync(String, String, String, LoggerUpdateContract, String, Dictionary<String,List<String>>, CancellationToken)

Atualizações um agente existente.

Métodos de Extensão

CreateOrUpdate(ILoggerOperations, String, String, String, LoggerContract, String)

Cria ou atualiza um agente de log.

CreateOrUpdateAsync(ILoggerOperations, String, String, String, LoggerContract, String, CancellationToken)

Cria ou atualiza um agente de log.

Delete(ILoggerOperations, String, String, String, String)

Exclui o agente especificado.

DeleteAsync(ILoggerOperations, String, String, String, String, CancellationToken)

Exclui o agente especificado.

Get(ILoggerOperations, String, String, String)

Obtém os detalhes do agente especificado por seu identificador.

GetAsync(ILoggerOperations, String, String, String, CancellationToken)

Obtém os detalhes do agente especificado por seu identificador.

GetEntityTag(ILoggerOperations, String, String, String)

Obtém a versão do estado da entidade (Etag) do agente especificado por seu identificador.

GetEntityTagAsync(ILoggerOperations, String, String, String, CancellationToken)

Obtém a versão do estado da entidade (Etag) do agente especificado por seu identificador.

ListByService(ILoggerOperations, String, String, ODataQuery<LoggerContract>)

Lista uma coleção de agentes de log na instância de serviço especificada. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceAsync(ILoggerOperations, String, String, ODataQuery<LoggerContract>, CancellationToken)

Lista uma coleção de agentes de log na instância de serviço especificada. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNext(ILoggerOperations, String)

Lista uma coleção de agentes de log na instância de serviço especificada. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNextAsync(ILoggerOperations, String, CancellationToken)

Lista uma coleção de agentes de log na instância de serviço especificada. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

Update(ILoggerOperations, String, String, String, LoggerUpdateContract, String)

Atualizações um agente existente.

UpdateAsync(ILoggerOperations, String, String, String, LoggerUpdateContract, String, CancellationToken)

Atualizações um agente existente.

Aplica-se a