ImportJob(Uri, Uri) Constructor

Definition

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.

Applies to