ImportJobProperties(Uri, Uri) Constructor

Definition

Creates an instance of this class for the import job.

public ImportJobProperties (Uri inputBlobContainerUri, Uri outputBlobContainerUri = default);
new Microsoft.Azure.Devices.ImportJobProperties : Uri * Uri -> Microsoft.Azure.Devices.ImportJobProperties
Public Sub New (inputBlobContainerUri As Uri, Optional outputBlobContainerUri As Uri = Nothing)

Parameters

inputBlobContainerUri
Uri

URI to a blob container that contains registry data to sync.

outputBlobContainerUri
Uri

URI to a blob container, used to output the status of the job and the results. If not specified, the input blob container will be used.

Applies to

See also