Partilhar via


IotHubScheduledJobResponse.FailureReason Propriedade

Definição

Representa o motivo da falha do trabalho.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Se status for Failed, isso representará uma cadeia de caracteres que contém o motivo.

Aplica-se a