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

Name Description
System_CAPS_pubmethod CreateOrUpdateRuleAsync(String, RuleCreateOrUpdateParameters, CancellationToken)

System_CAPS_pubmethod DeleteRuleAsync(String, String, CancellationToken)

System_CAPS_pubmethod GetIncidentAsync(String, String, String, CancellationToken)

System_CAPS_pubmethod GetRuleAsync(String, String, CancellationToken)

System_CAPS_pubmethod ListIncidentsForRuleAsync(String, String, CancellationToken)

System_CAPS_pubmethod ListRulesAsync(String, String, CancellationToken)

List the alert rules within a resource group.

System_CAPS_pubmethod UpdateRuleAsync(String, RuleCreateOrUpdateParameters, CancellationToken)

Extension Methods

Name Description
System_CAPS_pubmethod CreateOrUpdateRule(String, RuleCreateOrUpdateParameters)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod CreateOrUpdateRuleAsync(String, RuleCreateOrUpdateParameters)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod DeleteRule(String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod DeleteRuleAsync(String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod GetIncident(String, String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod GetIncidentAsync(String, String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod GetRule(String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod GetRuleAsync(String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod ListIncidentsForRule(String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod ListIncidentsForRuleAsync(String, String)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod ListRules(String, String)

List the alert rules within a resource group.(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod ListRulesAsync(String, String)

List the alert rules within a resource group.(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod UpdateRule(String, RuleCreateOrUpdateParameters)

(Defined by AlertOperationsExtensions.)

System_CAPS_pubmethod UpdateRuleAsync(String, RuleCreateOrUpdateParameters)

(Defined by AlertOperationsExtensions.)

See Also

Microsoft.Azure.Management.Insights Namespace

Return to top