AlertOperationsExtensions Class
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Management.Insights.AlertOperationsExtensions
Syntax
public static class AlertOperationsExtensions
[ExtensionAttribute]
public ref class AlertOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type AlertOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AlertOperationsExtensions
Methods
|
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) |
|
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Management.Insights Namespace
Return to top