Compartir a través de


IotHubScheduledJobResponse.FailureReason Propiedad

Definición

Representa el motivo del error del trabajo.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Si el estado es Failed, representa una cadena que contiene el motivo.

Se aplica a