Partager via


LoggerOperationsExtensions Classe

Définition

Méthodes d’extension pour LoggerOperations.

public static class LoggerOperationsExtensions
type LoggerOperationsExtensions = class
Public Module LoggerOperationsExtensions
Héritage
LoggerOperationsExtensions

Méthodes

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 à