ScheduledJob 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.
Provides current job report when fetched.
public class ScheduledJob : Microsoft.Azure.Devices.IotHubScheduledJobResponse
type ScheduledJob = class
inherit IotHubScheduledJobResponse
Public Class ScheduledJob
Inherits IotHubScheduledJobResponse
- Inheritance
- Derived
Constructors
ScheduledJob() |
This constructor is for deserialization and unit test mocking purposes. |
Properties
CreatedOnUtc |
Scheduled job start time in UTC. (Inherited from IotHubScheduledJobResponse) |
DeviceId |
The Id of the device for this response. |
DeviceJobStatistics |
Different number of devices in the job. |
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. |
MaxExecutionTime |
Max execution time. |
ParentJobId |
The job Id of the parent orchestration, if any. |
QueryCondition |
Device query condition. |
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) |
Applies to
Azure SDK for .NET