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

RegistryManager.ImportRegistryAsync 方法

定义

重载

ImportRegistryAsync(String, String)

从存储帐户中特定容器中的一组 Blob 导入已注册的设备数据。

ImportRegistryAsync(String, String, CancellationToken)

从存储帐户中特定容器中的一组 Blob 导入已注册的设备数据。

ImportRegistryAsync(String, String)

从存储帐户中特定容器中的一组 Blob 导入已注册的设备数据。

public virtual System.Threading.Tasks.Task ImportRegistryAsync (string storageAccountConnectionString, string containerName);
abstract member ImportRegistryAsync : string * string -> System.Threading.Tasks.Task
override this.ImportRegistryAsync : string * string -> System.Threading.Tasks.Task
Public Overridable Function ImportRegistryAsync (storageAccountConnectionString As String, containerName As String) As Task

参数

storageAccountConnectionString
String

对源 StorageAccount 的 ConnectionString。

containerName
String

源 Blob 容器名称。

返回

适用于

ImportRegistryAsync(String, String, CancellationToken)

从存储帐户中特定容器中的一组 Blob 导入已注册的设备数据。

public virtual System.Threading.Tasks.Task ImportRegistryAsync (string storageAccountConnectionString, string containerName, System.Threading.CancellationToken cancellationToken);
abstract member ImportRegistryAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ImportRegistryAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ImportRegistryAsync (storageAccountConnectionString As String, containerName As String, cancellationToken As CancellationToken) As Task

参数

storageAccountConnectionString
String

对源 StorageAccount 的 ConnectionString。

containerName
String

源 Blob 容器名称。

cancellationToken
CancellationToken

任务取消标记。

返回

适用于