Partager via


IotHubScheduledJobResponse.FailureReason Propriété

Définition

Représente la raison de l’échec du travail.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si status a la valeur Failed, cela représente une chaîne contenant la raison.

S’applique à