IotHubScheduledJobResponse.FailureReason プロパティ

定義

ジョブの失敗の理由を表します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

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

適用対象