CloudToDeviceMethodScheduledJob クラス

定義

cloud-to-device メソッドのスケジュールされたジョブのプロパティが含まれます。

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

コンストラクター

CloudToDeviceMethodScheduledJob()

シリアル化コンストラクター。

CloudToDeviceMethodScheduledJob(DirectMethodServiceRequest)

cloud-to-device メソッドのスケジュールされたジョブ用に、このクラスのインスタンスを作成します。

プロパティ

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)

適用対象