다음을 통해 공유


ExportJobProperties Class

Definition

Contains properties of an export job.

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

Constructors

ExportJobProperties(Uri, Boolean)

Creates an instance of this class for the export 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)
ExcludeKeysInExport

Determines if authorization keys are included in the export.

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)
IsFinished

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

(Inherited from IotHubJobResponse)
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.

StartedOnUtc

When the job started running.

(Inherited from IotHubJobResponse)
StorageAuthenticationType

Specifies authentication type being used for connecting to storage account.

(Inherited from JobProperties)

Applies to