你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImportDevicesRequest interface

Use to provide parameters when requesting an import of all devices in the hub.

Properties

authenticationType

Specifies authentication type being used for connecting to the storage account.

configurationsBlobName

The blob name to be used when importing configurations from the provided input blob container.

identity

Managed identity properties of storage endpoint for import devices.

includeConfigurations

The value indicating whether configurations should be imported.

inputBlobContainerUri

The input blob container URI.

inputBlobName

The blob name to be used when importing from the provided input blob container.

outputBlobContainerUri

The output blob container URI.

outputBlobName

The blob name to use for storing the status of the import job.

Property Details

authenticationType

Specifies authentication type being used for connecting to the storage account.

authenticationType?: string

Property Value

string

configurationsBlobName

The blob name to be used when importing configurations from the provided input blob container.

configurationsBlobName?: string

Property Value

string

identity

Managed identity properties of storage endpoint for import devices.

identity?: ManagedIdentity

Property Value

includeConfigurations

The value indicating whether configurations should be imported.

includeConfigurations?: boolean

Property Value

boolean

inputBlobContainerUri

The input blob container URI.

inputBlobContainerUri: string

Property Value

string

inputBlobName

The blob name to be used when importing from the provided input blob container.

inputBlobName?: string

Property Value

string

outputBlobContainerUri

The output blob container URI.

outputBlobContainerUri: string

Property Value

string

outputBlobName

The blob name to use for storing the status of the import job.

outputBlobName?: string

Property Value

string