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

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateRule(IAlertOperations, String, RuleCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateRuleAsync(IAlertOperations, String, RuleCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static DeleteRule(IAlertOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static DeleteRuleAsync(IAlertOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static GetIncident(IAlertOperations, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static GetIncidentAsync(IAlertOperations, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static GetRule(IAlertOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static GetRuleAsync(IAlertOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static ListIncidentsForRule(IAlertOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static ListIncidentsForRuleAsync(IAlertOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static ListRules(IAlertOperations, String, String)

List the alert rules within a resource group.

System_CAPS_pubmethodSystem_CAPS_static ListRulesAsync(IAlertOperations, String, String)

List the alert rules within a resource group.

System_CAPS_pubmethodSystem_CAPS_static UpdateRule(IAlertOperations, String, RuleCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static 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