JobInnerError.Severity Property

Definition

Gets the severity level of the failure. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to