IotHubScheduledJobResponse Class

Definition

Contains properties set by the service for scheduled job.

public abstract class IotHubScheduledJobResponse
type IotHubScheduledJobResponse = class
Public MustInherit Class IotHubScheduledJobResponse
Inheritance
IotHubScheduledJobResponse
Derived

Constructors

IotHubScheduledJobResponse()

Creates an instance of this class. Provided for unit testing purposes and serialization.

Properties

CreatedOnUtc

Scheduled job start time in UTC.

EndedOnUtc

Represents the time the job stopped processing.

FailureReason

Represents the reason for job failure.

JobId

The job Id.

StartedOnUtc

Represents the time the job started processing.

Status

Status of the job.

StatusMessage

Represents a string containing a message with status about the job execution.

Applies to