Partager via


ILoggerOperations Interface

Définition

Opérations LoggerOperations.

public interface ILoggerOperations
type ILoggerOperations = interface
Public Interface ILoggerOperations

Méthodes

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

Crée ou met à jour un enregistreur.

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

Supprime l’enregistreur spécifié.

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

Obtient la version d’état d’entité (Etag) de l’enregistreur d’événements spécifié par son identificateur.

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

Obtient les détails de l’enregistreur d’événements spécifiés par son identificateur.

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

Répertorie une collection d’enregistreurs d’événements dans l’instance de service spécifié. 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)

Répertorie une collection d’enregistreurs d’événements dans l’instance de service spécifié. 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)

Mises à jour un enregistreur d’événements existant.

Méthodes d’extension

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

Crée ou met à jour un enregistreur.

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

Crée ou met à jour un enregistreur.

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

Supprime l’enregistreur spécifié.

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

Supprime l’enregistreur spécifié.

Get(ILoggerOperations, String, String, String)

Obtient les détails de l’enregistreur d’événements spécifiés par son identificateur.

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

Obtient les détails de l’enregistreur d’événements spécifiés par son identificateur.

GetEntityTag(ILoggerOperations, String, String, String)

Obtient la version d’état d’entité (Etag) de l’enregistreur d’événements spécifié par son identificateur.

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

Obtient la version d’état d’entité (Etag) de l’enregistreur d’événements spécifié par son identificateur.

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

Répertorie une collection d’enregistreurs d’événements dans l’instance de service spécifié. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

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

Répertorie une collection d’enregistreurs d’événements dans l’instance de service spécifié. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNext(ILoggerOperations, String)

Répertorie une collection d’enregistreurs d’événements dans l’instance de service spécifié. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNextAsync(ILoggerOperations, String, CancellationToken)

Répertorie une collection d’enregistreurs d’événements dans l’instance de service spécifié. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

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

Mises à jour un enregistreur d’événements existant.

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

Mises à jour un enregistreur d’événements existant.

S’applique à