IotHubScheduledJobResponse.FailureReason Property

Definition

Represents the reason for job failure.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="failureReason")]
public string FailureReason { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="failureReason")>]
member this.FailureReason : string
Public ReadOnly Property FailureReason As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If status is Failed, this represents a string containing the reason.

Applies to