Compartir a través de


IotHubJobResponse.Status Propiedad

Definición

El estado del trabajo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

El servicio crea este valor. Si el usuario lo especifica, se omitirá.

Se aplica a