TwinScheduledJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains properties of twin scheduled job.
public class TwinScheduledJob : Microsoft.Azure.Devices.ScheduledJob
type TwinScheduledJob = class
inherit ScheduledJob
Public Class TwinScheduledJob
Inherits ScheduledJob
- Inheritance
Constructors
TwinScheduledJob() |
Creates an instance of this class. Provided for unit testing purposes only. |
TwinScheduledJob(ClientTwin) |
Creates an instance of this class for twin scheduled job. |
Properties
CreatedOnUtc |
Scheduled job start time in UTC. (Inherited from IotHubScheduledJobResponse) |
DeviceId |
The Id of the device for this response. (Inherited from ScheduledJob) |
DeviceJobStatistics |
Different number of devices in the job. (Inherited from ScheduledJob) |
EndedOnUtc |
Represents the time the job stopped processing. (Inherited from IotHubScheduledJobResponse) |
FailureReason |
Represents the reason for job failure. (Inherited from IotHubScheduledJobResponse) |
JobId |
The job Id. (Inherited from IotHubScheduledJobResponse) |
JobType |
The type of job to execute. (Inherited from ScheduledJob) |
MaxExecutionTime |
Max execution time. (Inherited from ScheduledJob) |
ParentJobId |
The job Id of the parent orchestration, if any. (Inherited from ScheduledJob) |
QueryCondition |
Device query condition. (Inherited from ScheduledJob) |
StartedOnUtc |
Represents the time the job started processing. (Inherited from IotHubScheduledJobResponse) |
Status |
Status of the job. (Inherited from IotHubScheduledJobResponse) |
StatusMessage |
Represents a string containing a message with status about the job execution. (Inherited from IotHubScheduledJobResponse) |
UpdateTwin |
The update twin tags and desired properties. |
Applies to
Azure SDK for .NET