ImportJobProperties 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 an import job.
public class ImportJobProperties : Microsoft.Azure.Devices.JobProperties
type ImportJobProperties = class
inherit JobProperties
Public Class ImportJobProperties
Inherits JobProperties
- Inheritance
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) |
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) |
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) |
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
Azure SDK for .NET