Bagikan melalui


JobResponse.Status Property

Definition

Gets the status of the job. Possible values include: 'unknown', 'enqueued', 'running', 'completed', 'failed', 'cancelled'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.IotHub.Models.JobStatus? Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.IotHub.Models.JobStatus>
Public ReadOnly Property Status As Nullable(Of JobStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to