Compartir a través de


IotHubJobResponse.FailureReason Propiedad

Definición

Si status == error, representa una cadena que contiene el motivo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

El servicio crea este valor. Si especifica el usuario, se omitirá.

Se aplica a