IAlertOperations Interface
Operations for managing alert rules and incidents.
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public interface IAlertOperations
public interface class IAlertOperations
type IAlertOperations = interface end
Public Interface IAlertOperations
Methods
|
CreateOrUpdateRuleAsync(String, RuleCreateOrUpdateParameters, CancellationToken) |
|
|
DeleteRuleAsync(String, String, CancellationToken) |
|
|
GetIncidentAsync(String, String, String, CancellationToken) |
|
|
GetRuleAsync(String, String, CancellationToken) |
|
|
ListIncidentsForRuleAsync(String, String, CancellationToken) |
|
|
ListRulesAsync(String, String, CancellationToken) |
List the alert rules within a resource group.
|
|
UpdateRuleAsync(String, RuleCreateOrUpdateParameters, CancellationToken) |
|
Extension Methods
|
CreateOrUpdateRule(String, RuleCreateOrUpdateParameters) |
|
|
CreateOrUpdateRuleAsync(String, RuleCreateOrUpdateParameters) |
|
|
DeleteRule(String, String) |
|
|
DeleteRuleAsync(String, String) |
|
|
GetIncident(String, String, String) |
|
|
GetIncidentAsync(String, String, String) |
|
|
GetRule(String, String) |
|
|
GetRuleAsync(String, String) |
|
|
ListIncidentsForRule(String, String) |
|
|
ListIncidentsForRuleAsync(String, String) |
|
|
ListRules(String, String) |
|
|
ListRulesAsync(String, String) |
|
|
UpdateRule(String, RuleCreateOrUpdateParameters) |
|
|
UpdateRuleAsync(String, RuleCreateOrUpdateParameters) |
|
See Also
Microsoft.Azure.Management.Insights Namespace
Return to top