This documentation is archived and is not being maintained.
AlertOperationsExtensions Methods
Namespace:
Microsoft.Azure.Management.InsightsAssembly:
Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| 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) | |
Return to top