AlertsOperationsExtensions Class

Definition

Extension methods for AlertsOperations.

public static class AlertsOperationsExtensions
type AlertsOperationsExtensions = class
Public Module AlertsOperationsExtensions
Inheritance
AlertsOperationsExtensions

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