Compartir a través de


ILoggerOperations Interfaz

Definición

Operaciones loggerOperations.

public interface ILoggerOperations
type ILoggerOperations = interface
Public Interface ILoggerOperations

Métodos

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

Crea o actualiza un registrador

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

Elimina el registrador especificado.

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

Obtiene la versión de estado de entidad (Etag) del registrador especificado por su identificador.

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

Obtiene los detalles del registrador especificado por su identificador.

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

Enumera una colección de registradores de la instancia de servicio 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)

Enumera una colección de registradores de la instancia de servicio 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)

Novedades un registrador existente.

Métodos de extensión

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

Crea o actualiza un registrador

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

Crea o actualiza un registrador

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

Elimina el registrador especificado.

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

Elimina el registrador especificado.

Get(ILoggerOperations, String, String, String)

Obtiene los detalles del registrador especificado por su identificador.

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

Obtiene los detalles del registrador especificado por su identificador.

GetEntityTag(ILoggerOperations, String, String, String)

Obtiene la versión de estado de entidad (Etag) del registrador especificado por su identificador.

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

Obtiene la versión de estado de entidad (Etag) del registrador especificado por su identificador.

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

Enumera una colección de registradores de la instancia de servicio especificada https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

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

Enumera una colección de registradores de la instancia de servicio especificada https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNext(ILoggerOperations, String)

Enumera una colección de registradores de la instancia de servicio especificada https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNextAsync(ILoggerOperations, String, CancellationToken)

Enumera una colección de registradores de la instancia de servicio especificada https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

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

Novedades un registrador existente.

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

Novedades un registrador existente.

Se aplica a