DeviceJob.Outcome プロパティ

定義

ジョブの種類の詳細を含むデバイス ジョブの結果

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="outcome")]
public Microsoft.Azure.Devices.DeviceJobOutcome Outcome { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="outcome")>]
member this.Outcome : Microsoft.Azure.Devices.DeviceJobOutcome with get, set
Public Property Outcome As DeviceJobOutcome

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象