RegistryManager.ExportRegistryAsync Method

Definition

Overloads

ExportRegistryAsync(String, String)

Copies registered device data to a set of blobs in a specific container in a storage account.

ExportRegistryAsync(String, String, CancellationToken)

Copies registered device data to a set of blobs in a specific container in a storage account.

ExportRegistryAsync(String, String)

Copies registered device data to a set of blobs in a specific container in a storage account.

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

Parameters

storageAccountConnectionString
String

ConnectionString to the destination StorageAccount.

containerName
String

Destination blob container name.

Returns

Applies to

ExportRegistryAsync(String, String, CancellationToken)

Copies registered device data to a set of blobs in a specific container in a storage account.

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

Parameters

storageAccountConnectionString
String

ConnectionString to the destination StorageAccount.

containerName
String

Destination blob container name.

cancellationToken
CancellationToken

Task cancellation token.

Returns

Applies to