次の方法で共有


ArmApplicationHealthPolicy.ConsiderWarningAsError プロパティ

定義

警告がエラーと同じ重大度で処理されるかどうかを示す値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象