IotHubJobResponse Class

Definition

Contains the properties set by the service import/export job.

public class IotHubJobResponse
type IotHubJobResponse = class
Public Class IotHubJobResponse
Inheritance
IotHubJobResponse
Derived

Constructors

IotHubJobResponse()

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

Properties

EndedOnUtc

When the job finished.

FailureReason

If status == failure, this represents a string containing the reason.

IsFinished

Convenience property to determine if the job is in a terminal state, based on Status.

JobId

The unique Id of the job.

StartedOnUtc

When the job started running.

Status

The status of the job.

Applies to