LogSearchRuleResource.AutoMitigate Property

Definition

Gets or sets the flag that indicates whether the alert should be automatically resolved or not. The default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoMitigate")]
public bool? AutoMitigate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoMitigate")>]
member this.AutoMitigate : Nullable<bool> with get, set
Public Property AutoMitigate As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to