AlertRuleResourcePatch.Action Property

Definition

Gets or sets action that is performed when the alert rule becomes active, and when an alert condition is resolved.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.action")]
public Microsoft.Azure.Management.Monitor.Models.RuleAction Action { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.action")>]
member this.Action : Microsoft.Azure.Management.Monitor.Models.RuleAction with get, set
Public Property Action As RuleAction

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to