AlertsOperationsExtensions Class
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.
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. |