CloudToDeviceMethodScheduledJob 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 a cloud-to-device method scheduled job.
public class CloudToDeviceMethodScheduledJob : Microsoft.Azure.Devices.ScheduledJob
type CloudToDeviceMethodScheduledJob = class
inherit ScheduledJob
Public Class CloudToDeviceMethodScheduledJob
Inherits ScheduledJob
- Inheritance
Constructors
CloudToDeviceMethodScheduledJob() |
Serialization constructor. |
CloudToDeviceMethodScheduledJob(DirectMethodServiceRequest) |
Creates an instance of this class for cloud-to-device method 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) |
DirectMethodRequest |
Contains parameters to execute a direct method on a device or module. |
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) |
Applies to
Azure SDK for .NET