ImportJobProperties Class

Definition

Contains properties of an import job.

public class ImportJobProperties : Microsoft.Azure.Devices.JobProperties
type ImportJobProperties = class
    inherit JobProperties
Public Class ImportJobProperties
Inherits JobProperties
Inheritance
ImportJobProperties

Constructors

ImportJobProperties(Uri, Uri)

Creates an instance of this class for the import job.

Properties

ConfigurationsBlobName

Specifies the name of the blob to use when using configurations.

(Inherited from JobProperties)
EndedOnUtc

When the job finished.

(Inherited from IotHubJobResponse)
EndTimeUtc

System generated. Ignored at creation. Represents the time the job stopped processing.

(Inherited from JobProperties)
ExcludeKeysInExport

Optional for export jobs; ignored for other jobs. Default: false. If false, authorization keys are included in export output. Keys are exported as null otherwise.

(Inherited from JobProperties)
FailureReason

System genereated. Ignored at creation. If status == failure, this represents a string containing the reason.

(Inherited from JobProperties)
Identity

The managed identity used to access the storage account for the job.

(Inherited from JobProperties)
IncludeConfigurations

Whether or not to include configurations in the job.

(Inherited from JobProperties)
InputBlobContainerUri

URI to a blob container that contains registry data to sync.

InputBlobName

The blob name to be used when importing from the provided input blob container.

IsFinished

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

(Inherited from IotHubJobResponse)
JobId

System generated. Ignored at creation.

(Inherited from JobProperties)
JobType

The type of job to execute.

(Inherited from JobProperties)
OutputBlobContainerUri

URI to a blob container, used to output the status of the job and the results.

(Inherited from JobProperties)
OutputBlobName

The name of the blob that will be created in the provided output blob container. This blob will contain the exported device registry information for the IoT hub.

(Inherited from JobProperties)
Progress

System generated. Ignored at creation. Represents the percentage of completion.

(Inherited from JobProperties)
StartedOnUtc

When the job started running.

(Inherited from IotHubJobResponse)
StartTimeUtc

System generated. Ignored at creation.

(Inherited from JobProperties)
Status

System generated. Ignored at creation.

(Inherited from JobProperties)
StorageAuthenticationType

Specifies authentication type being used for connecting to storage account.

(Inherited from JobProperties)
Type

The type of job to execute.

(Inherited from JobProperties)

Applies to