你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobType 枚举

定义

用于指定作业的类型。

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

字段

ExportDevices 1

指示 ExportDevices 作业。

ImportDevices 2

指示 ImportDevices 作业。

ScheduleDeviceMethod 3

指示 Device 方法作业。

ScheduleUpdateTwin 4

指示孪生更新作业。

Unknown 0

未知类型。

适用于