ImportJob(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.
Initializes a new instance of ImportJob.
public ImportJob(Uri inputBlobUri, Uri outputBlobUri);
new Azure.DigitalTwins.Core.ImportJob : Uri * Uri -> Azure.DigitalTwins.Core.ImportJob
Public Sub New (inputBlobUri As Uri, outputBlobUri As Uri)
Parameters
- inputBlobUri
- Uri
The path to the input Azure storage blob that contains file(s) describing the operations to perform in the job.
- outputBlobUri
- Uri
The path to the output Azure storage blob that will contain the errors and progress logs of import job.
Exceptions
inputBlobUri or outputBlobUri is null.