IAlertsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET