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

JobProperties.CreateForImportJob 方法

定义

使用准备启动导入作业的参数创建 JobProperties 的实例。

public static Microsoft.Azure.Devices.JobProperties CreateForImportJob (string inputBlobContainerUri, string outputBlobContainerUri, string inputBlobName = default, Microsoft.Azure.Devices.StorageAuthenticationType? storageAuthenticationType = default, Microsoft.Azure.Devices.ManagedIdentity identity = default);
static member CreateForImportJob : string * string * string * Nullable<Microsoft.Azure.Devices.StorageAuthenticationType> * Microsoft.Azure.Devices.ManagedIdentity -> Microsoft.Azure.Devices.JobProperties
Public Shared Function CreateForImportJob (inputBlobContainerUri As String, outputBlobContainerUri As String, Optional inputBlobName As String = Nothing, Optional storageAuthenticationType As Nullable(Of StorageAuthenticationType) = Nothing, Optional identity As ManagedIdentity = Nothing) As JobProperties

参数

inputBlobContainerUri
String

包含要同步的注册表数据的 Blob 容器的 URI。包括 SAS 令牌取决于 StorageAuthenticationType 参数。

outputBlobContainerUri
String

Blob 容器的 URI。 这用于输出作业的状态和结果。 包括 SAS 令牌取决于 StorageAuthenticationType 参数。

inputBlobName
String

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

storageAuthenticationType
Nullable<StorageAuthenticationType>

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

identity
ManagedIdentity

用户分配的托管标识,用于访问用于导入和导出作业的存储帐户。

返回

JobProperties 的实例

适用于