IotHubJobResponse.FailureReason プロパティ

定義

status == failure の場合、これは理由を含む文字列を表します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

この値は、サービスによって作成されます。 ユーザーが指定した場合、無視されます。

適用対象