Share via


AlertRuleData.Action Property

Definition

action that is performed when the alert rule becomes active, and when an alert condition is resolved. Please note AlertRuleAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RuleEmailAction and RuleWebhookAction.

public Azure.ResourceManager.Monitor.Models.AlertRuleAction Action { get; set; }
member this.Action : Azure.ResourceManager.Monitor.Models.AlertRuleAction with get, set
Public Property Action As AlertRuleAction

Property Value

Applies to