次の方法で共有


Alert.Severity プロパティ

定義

アラートの重大度を取得または設定します。 使用可能な値は、'Informational'、'Warning'、'Critical' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity Severity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")>]
member this.Severity : Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity with get, set
Public Property Severity As AlertSeverity

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象