次の方法で共有


MetricAlertResourcePatch.AutoMitigate プロパティ

定義

アラートを自動解決するかどうかを示すフラグを取得または設定します。 既定値は 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象