你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImportJobProperties 类

定义

包含导入作业的属性。

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

构造函数

ImportJobProperties(Uri, Uri)

为导入作业创建此类的实例。

属性

ConfigurationsBlobName

指定在使用配置时要使用的 Blob 的名称。

(继承自 JobProperties)
EndedOnUtc

作业完成时。

(继承自 IotHubJobResponse)
EndTimeUtc

系统生成。 创建时忽略。 表示作业停止处理的时间。

(继承自 JobProperties)
ExcludeKeysInExport

对于导出作业是可选的;忽略了其他作业。 默认值:false。 如果为 false,则授权密钥包含在导出输出中。 否则,密钥导出为 null。

(继承自 JobProperties)
FailureReason

系统基因化。 创建时忽略。 如果 status == failure,则表示包含原因的字符串。

(继承自 JobProperties)
Identity

用于访问作业存储帐户的托管标识。

(继承自 JobProperties)
IncludeConfigurations

是否在作业中包含配置。

(继承自 JobProperties)
InputBlobContainerUri

包含要同步的注册表数据的 Blob 容器的 URI。

InputBlobName

从提供的输入 Blob 容器导入时要使用的 Blob 名称。

IsFinished

基于 确定作业是否处于终端状态的 Status便利属性。

(继承自 IotHubJobResponse)
JobId

系统生成。 创建时忽略。

(继承自 JobProperties)
JobType

要执行的作业的类型。

(继承自 JobProperties)
OutputBlobContainerUri

Blob 容器的 URI,用于输出作业的状态和结果。

(继承自 JobProperties)
OutputBlobName

将在提供的输出 Blob 容器中创建的 Blob 的名称。 此 Blob 将包含 IoT 中心的导出设备注册表信息。

(继承自 JobProperties)
Progress

系统生成。 创建时忽略。 表示完成百分比。

(继承自 JobProperties)
StartedOnUtc

作业开始运行时。

(继承自 IotHubJobResponse)
StartTimeUtc

系统生成。 创建时忽略。

(继承自 JobProperties)
Status

系统生成。 创建时忽略。

(继承自 JobProperties)
StorageAuthenticationType

指定用于连接到存储帐户的身份验证类型。

(继承自 JobProperties)
Type

要执行的作业的类型。

(继承自 JobProperties)

适用于