次の方法で共有


JobResponse.Status プロパティ

定義

ジョブの状態を取得します。 使用可能な値には、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象