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

CloudToDeviceMethodScheduledJob 类

定义

包含云到设备方法计划作业的属性。

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

构造函数

CloudToDeviceMethodScheduledJob()

序列化构造函数。

CloudToDeviceMethodScheduledJob(DirectMethodServiceRequest)

为云到设备方法计划作业创建此类的实例。

属性

CreatedOnUtc

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

(继承自 IotHubScheduledJobResponse)
DeviceId

此响应的设备 ID。

(继承自 ScheduledJob)
DeviceJobStatistics

作业中的设备数不同。

(继承自 ScheduledJob)
DirectMethodRequest

包含用于在设备或模块上执行直接方法的参数。

EndedOnUtc

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

(继承自 IotHubScheduledJobResponse)
FailureReason

表示作业失败的原因。

(继承自 IotHubScheduledJobResponse)
JobId

作业 ID。

(继承自 IotHubScheduledJobResponse)
JobType

要执行的作业的类型。

(继承自 ScheduledJob)
MaxExecutionTime

最大执行时间。

(继承自 ScheduledJob)
ParentJobId

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

(继承自 ScheduledJob)
QueryCondition

设备查询条件。

(继承自 ScheduledJob)
StartedOnUtc

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

(继承自 IotHubScheduledJobResponse)
Status

作业的状态。

(继承自 IotHubScheduledJobResponse)
StatusMessage

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

(继承自 IotHubScheduledJobResponse)

适用于