TwinScheduledJob クラス

定義

ツインのスケジュールされたジョブのプロパティが含まれます。

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

コンストラクター

TwinScheduledJob()

このクラスのインスタンスを作成します。 単体テストのみを目的として提供されます。

TwinScheduledJob(ClientTwin)

ツインのスケジュールされたジョブのこのクラスのインスタンスを作成します。

プロパティ

CreatedOnUtc

スケジュールされたジョブの開始時刻 (UTC)。

(継承元 IotHubScheduledJobResponse)
DeviceId

この応答のデバイスの ID。

(継承元 ScheduledJob)
DeviceJobStatistics

ジョブ内のデバイスの数が異なります。

(継承元 ScheduledJob)
EndedOnUtc

ジョブが処理を停止した時刻を表します。

(継承元 IotHubScheduledJobResponse)
FailureReason

ジョブの失敗の理由を表します。

(継承元 IotHubScheduledJobResponse)
JobId

ジョブ ID。

(継承元 IotHubScheduledJobResponse)
JobType

実行するジョブの種類。

(継承元 ScheduledJob)
MaxExecutionTime

最大実行時間。

(継承元 ScheduledJob)
ParentJobId

親オーケストレーションのジョブ ID (存在する場合)。

(継承元 ScheduledJob)
QueryCondition

デバイス クエリの条件。

(継承元 ScheduledJob)
StartedOnUtc

ジョブの処理を開始した時刻を表します。

(継承元 IotHubScheduledJobResponse)
Status

ジョブの状態。

(継承元 IotHubScheduledJobResponse)
StatusMessage

ジョブの実行に関する状態のメッセージを含む文字列を表します。

(継承元 IotHubScheduledJobResponse)
UpdateTwin

ツイン タグと必要なプロパティを更新します。

適用対象