次の方法で共有


JobErrorDetails.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

適用対象