次の方法で共有


EventData.Level プロパティ

定義

イベント レベルを取得します。 指定できる値は、'Critical'、'Error'、'Warning'、'Informational'、'Verbose' です。

[Newtonsoft.Json.JsonProperty(PropertyName="level")]
public Microsoft.Azure.Management.Monitor.Models.EventLevel? Level { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="level")>]
member this.Level : Nullable<Microsoft.Azure.Management.Monitor.Models.EventLevel>
Public ReadOnly Property Level As Nullable(Of EventLevel)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象