JobProperties.Type プロパティ

定義

実行するジョブの種類。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

この値は、呼び出されるジョブ メソッドに応じて、このクライアントによって設定されます。

適用対象