RegistryManager.ImportRegistryAsync Method

Definition

Overloads

ImportRegistryAsync(String, String)

Imports registered device data from a set of blobs in a specific container in a storage account.

ImportRegistryAsync(String, String, CancellationToken)

Imports registered device data from a set of blobs in a specific container in a storage account.

ImportRegistryAsync(String, String)

Imports registered device data from a set of blobs in a specific container in a storage account.

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

Parameters

storageAccountConnectionString
String

ConnectionString to the source StorageAccount.

containerName
String

Source blob container name.

Returns

Applies to

ImportRegistryAsync(String, String, CancellationToken)

Imports registered device data from a set of blobs in a specific container in a storage account.

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

Parameters

storageAccountConnectionString
String

ConnectionString to the source StorageAccount.

containerName
String

Source blob container name.

cancellationToken
CancellationToken

Task cancellation token.

Returns

Applies to