次の方法で共有


Status.StatusId プロパティ

定義

検出機能によって生成される最も深刻な分析情報のレベルを取得または設定します。 使用可能な値は、'Critical'、'Warning'、'Info'、'Success'、'None' です。

[Newtonsoft.Json.JsonProperty(PropertyName="statusId")]
public Microsoft.Azure.Management.WebSites.Models.InsightStatus? StatusId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusId")>]
member this.StatusId : Nullable<Microsoft.Azure.Management.WebSites.Models.InsightStatus> with get, set
Public Property StatusId As Nullable(Of InsightStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象