DeviceJob.Status プロパティ

定義

デバイス ジョブの状態

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="status", Required=Newtonsoft.Json.Required.Always)]
public Microsoft.Azure.Devices.DeviceJobStatus Status { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="status", Required=Newtonsoft.Json.Required.Always)>]
member this.Status : Microsoft.Azure.Devices.DeviceJobStatus with get, set
Public Property Status As DeviceJobStatus

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象