Share via


MetricAlertResourcePatch.AutoMitigate Property

Definition

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

[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