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

RegistryManager.ExportRegistryAsync 方法

定义

重载

ExportRegistryAsync(String, String)

将注册的设备数据复制到存储帐户中特定容器中的一组 Blob。

ExportRegistryAsync(String, String, CancellationToken)

将注册的设备数据复制到存储帐户中特定容器中的一组 Blob。

ExportRegistryAsync(String, String)

将注册的设备数据复制到存储帐户中特定容器中的一组 Blob。

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

参数

storageAccountConnectionString
String

ConnectionString 到目标 StorageAccount。

containerName
String

目标 Blob 容器名称。

返回

适用于

ExportRegistryAsync(String, String, CancellationToken)

将注册的设备数据复制到存储帐户中特定容器中的一组 Blob。

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

参数

storageAccountConnectionString
String

ConnectionString 到目标 StorageAccount。

containerName
String

目标 Blob 容器名称。

cancellationToken
CancellationToken

任务取消标记。

返回

适用于