ImportJobProperties(Uri, Uri) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET