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

ScheduledJob 类

定义

提取时提供当前作业报告。

public class ScheduledJob : Microsoft.Azure.Devices.IotHubScheduledJobResponse
type ScheduledJob = class
    inherit IotHubScheduledJobResponse
Public Class ScheduledJob
Inherits IotHubScheduledJobResponse
继承
派生

构造函数

ScheduledJob()

此构造函数用于反序列化和单元测试模拟目的。

属性

CreatedOnUtc

计划的作业开始时间(UTC)。

(继承自 IotHubScheduledJobResponse)
DeviceId

此响应的设备 ID。

DeviceJobStatistics

作业中不同数量的设备。

EndedOnUtc

表示作业停止处理的时间。

(继承自 IotHubScheduledJobResponse)
FailureReason

表示作业失败的原因。

(继承自 IotHubScheduledJobResponse)
JobId

作业 ID。

(继承自 IotHubScheduledJobResponse)
JobType

要执行的作业的类型。

MaxExecutionTime

最大执行时间。

ParentJobId

父业务流程的作业 ID(如果有)。

QueryCondition

设备查询条件。

StartedOnUtc

表示作业开始处理的时间。

(继承自 IotHubScheduledJobResponse)
Status

作业的状态。

(继承自 IotHubScheduledJobResponse)
StatusMessage

表示包含有关作业执行状态的消息的字符串。

(继承自 IotHubScheduledJobResponse)

适用于