Rule.Action Property
Optional. The action that is performed when the alert rule becomes active, and when an alert condition is resolved.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public RuleAction Action { get; set; }
public:
property RuleAction^ Action {
RuleAction^ get();
void set(RuleAction^ value);
}
member Action : RuleAction with get, set
Public Property Action As RuleAction
Property Value
Type: Microsoft.Azure.Management.Insights.Models.RuleAction
See Also
Rule Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top