DeviceJobType 列挙型

定義

DeviceJob の種類

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum DeviceJobType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type DeviceJobType = 
Public Enum DeviceJobType
継承
DeviceJobType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

ScheduleDeviceMethod 1

ダイレクト メソッドのジョブの種類をスケジュールします。

ScheduleUpdateTwin 2

更新ツイン ジョブの種類をスケジュールします。

Unknown 0

不明なジョブの種類。

適用対象