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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET