IotHubJobResponse.Status プロパティ

定義

ジョブの状態。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

この値は、サービスによって作成されます。 ユーザーが指定した場合、無視されます。

適用対象