MetricAlertPatch.IsAutoMitigateEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the flag that indicates whether the alert should be auto resolved or not. The default is true.
public bool? IsAutoMitigateEnabled { get; set; }
member this.IsAutoMitigateEnabled : Nullable<bool> with get, set
Public Property IsAutoMitigateEnabled As Nullable(Of Boolean)