IAlertsOperations Interface

Definition

AlertsOperations operations.

public interface IAlertsOperations
type IAlertsOperations = interface
Public Interface IAlertsOperations

Methods

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

Clear the alerts.

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

Retrieves all the alerts in a manager.

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

Retrieves all the alerts in a manager.

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

Sends a test alert email.

Extension Methods

Clear(IAlertsOperations, ClearAlertRequest, String, String)

Clear the alerts.

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

Clear the alerts.

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

Retrieves all the alerts in a manager.

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

Retrieves all the alerts in a manager.

ListByManagerNext(IAlertsOperations, String)

Retrieves all the alerts in a manager.

ListByManagerNextAsync(IAlertsOperations, String, CancellationToken)

Retrieves all the alerts in a manager.

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

Sends a test alert email.

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

Sends a test alert email.

Applies to