JobRequest.JobType プロパティ

定義

必須。 実行するジョブの種類。

[Newtonsoft.Json.JsonProperty(PropertyName="type", Required=Newtonsoft.Json.Required.Always)]
public Microsoft.Azure.Devices.JobType JobType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type", Required=Newtonsoft.Json.Required.Always)>]
member this.JobType : Microsoft.Azure.Devices.JobType with get, set
Public Property JobType As JobType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象