Compartir a través de


DeviceJob.Status Propiedad

Definición

Estado del trabajo del dispositivo

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a