次の方法で共有


Diagnostics.Severity プロパティ

定義

エラーの重大度を取得します。 指定できる値は、'Warning'、'Error'、'Info'、'SevereWarning'、'Deprecated'、'UserWarning' です。

[Newtonsoft.Json.JsonProperty(PropertyName="severity")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes? Severity { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="severity")>]
member this.Severity : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes>
Public ReadOnly Property Severity As Nullable(Of SeverityTypes)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象