Share via


ArmApplicationHealthPolicy.ConsiderWarningAsError Property

Definition

Gets or sets indicates whether warnings are treated with the same severity as errors.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to