This documentation is archived and is not being maintained.
AlertOperationsExtensions Class
Updated: September 18, 2014
Namespace:
Microsoft.Azure.Management.InsightsAssembly:
Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
System.Object Microsoft.Azure.Management.Insights.AlertOperationsExtensions
public static class AlertOperationsExtensions
| Name | Description |
|---|
  | CreateOrUpdateRule(IAlertOperations, String, RuleCreateOrUpdateParameters) | |
  | CreateOrUpdateRuleAsync(IAlertOperations, String, RuleCreateOrUpdateParameters) | |
  | DeleteRule(IAlertOperations, String, String) | |
  | DeleteRuleAsync(IAlertOperations, String, String) | |
  | GetIncident(IAlertOperations, String, String, String) | |
  | GetIncidentAsync(IAlertOperations, String, String, String) | |
  | GetRule(IAlertOperations, String, String) | |
  | GetRuleAsync(IAlertOperations, String, String) | |
  | ListIncidentsForRule(IAlertOperations, String, String) | |
  | ListIncidentsForRuleAsync(IAlertOperations, String, String) | |
  | ListRules(IAlertOperations, String, String) | List the alert rules within a resource group. |
  | ListRulesAsync(IAlertOperations, String, String) | List the alert rules within a resource group. |
  | UpdateRule(IAlertOperations, String, RuleCreateOrUpdateParameters) | |
  | UpdateRuleAsync(IAlertOperations, String, RuleCreateOrUpdateParameters) | |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top