PSIotHubJobResponse.Status Property

Definition

Status of the Job. Possible values include: 'unknown', 'enqueued', 'running', 'completed', 'failed', 'cancelled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to