Partilhar via


IAlertsOperations Interface

Definição

Operações alertsOperations.

public interface IAlertsOperations
type IAlertsOperations = interface
Public Interface IAlertsOperations

Métodos

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

Limpe os alertas.

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

Recupera todos os alertas em um gerenciador.

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

Recupera todos os alertas em um gerenciador.

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

Envia um email de alerta de teste.

Métodos de Extensão

Clear(IAlertsOperations, ClearAlertRequest, String, String)

Limpe os alertas.

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

Limpe os alertas.

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

Recupera todos os alertas em um gerenciador.

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

Recupera todos os alertas em um gerenciador.

ListByManagerNext(IAlertsOperations, String)

Recupera todos os alertas em um gerenciador.

ListByManagerNextAsync(IAlertsOperations, String, CancellationToken)

Recupera todos os alertas em um gerenciador.

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

Envia um email de alerta de teste.

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

Envia um email de alerta de teste.

Aplica-se a