DeviceJob.Status Property

Definition

Device Job 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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to