Partager via


IAlertsOperations Interface

Définition

Opérations AlertsOperations.

public interface IAlertsOperations
type IAlertsOperations = interface
Public Interface IAlertsOperations

Méthodes

ClearWithHttpMessagesAsync(ClearAlertRequest, String, String, Dictionary<String,List<String>>, CancellationToken)

Effacez les alertes.

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

Récupère toutes les alertes dans un gestionnaire.

ListByManagerWithHttpMessagesAsync(String, String, ODataQuery<AlertFilter>, Dictionary<String,List<String>>, CancellationToken)

Récupère toutes les alertes dans un gestionnaire.

SendTestEmailWithHttpMessagesAsync(String, SendTestAlertEmailRequest, String, String, Dictionary<String,List<String>>, CancellationToken)

Envoie un e-mail d’alerte de test.

Méthodes d’extension

Clear(IAlertsOperations, ClearAlertRequest, String, String)

Effacez les alertes.

ClearAsync(IAlertsOperations, ClearAlertRequest, String, String, CancellationToken)

Effacez les alertes.

ListByManager(IAlertsOperations, String, String, ODataQuery<AlertFilter>)

Récupère toutes les alertes dans un gestionnaire.

ListByManagerAsync(IAlertsOperations, String, String, ODataQuery<AlertFilter>, CancellationToken)

Récupère toutes les alertes dans un gestionnaire.

ListByManagerNext(IAlertsOperations, String)

Récupère toutes les alertes dans un gestionnaire.

ListByManagerNextAsync(IAlertsOperations, String, CancellationToken)

Récupère toutes les alertes dans un gestionnaire.

SendTestEmail(IAlertsOperations, String, SendTestAlertEmailRequest, String, String)

Envoie un e-mail d’alerte de test.

SendTestEmailAsync(IAlertsOperations, String, SendTestAlertEmailRequest, String, String, CancellationToken)

Envoie un e-mail d’alerte de test.

S’applique à