次の方法で共有


ImportDevicesRequest interface

ハブ内のすべてのデバイスのインポートを要求するときにパラメーターを指定するために使用します。

プロパティ

authenticationType

ストレージ アカウントへの接続に使用する認証の種類を指定します。

configurationsBlobName

指定された入力 BLOB コンテナーから構成をインポートするときに使用する BLOB 名。

identity

インポート デバイスのストレージ エンドポイントのマネージド ID プロパティ。

includeConfigurations

構成をインポートするかどうかを示す値。

inputBlobContainerUri

入力 BLOB コンテナー URI。

inputBlobName

指定された入力 BLOB コンテナーからインポートするときに使用する BLOB 名。

outputBlobContainerUri

出力 BLOB コンテナー URI。

outputBlobName

インポート ジョブの状態の格納に使用する BLOB 名。

プロパティの詳細

authenticationType

ストレージ アカウントへの接続に使用する認証の種類を指定します。

authenticationType?: string

プロパティ値

string

configurationsBlobName

指定された入力 BLOB コンテナーから構成をインポートするときに使用する BLOB 名。

configurationsBlobName?: string

プロパティ値

string

identity

インポート デバイスのストレージ エンドポイントのマネージド ID プロパティ。

identity?: ManagedIdentity

プロパティ値

includeConfigurations

構成をインポートするかどうかを示す値。

includeConfigurations?: boolean

プロパティ値

boolean

inputBlobContainerUri

入力 BLOB コンテナー URI。

inputBlobContainerUri: string

プロパティ値

string

inputBlobName

指定された入力 BLOB コンテナーからインポートするときに使用する BLOB 名。

inputBlobName?: string

プロパティ値

string

outputBlobContainerUri

出力 BLOB コンテナー URI。

outputBlobContainerUri: string

プロパティ値

string

outputBlobName

インポート ジョブの状態の格納に使用する BLOB 名。

outputBlobName?: string

プロパティ値

string