ExportDevicesRequest 類別
用來在要求 IoT 中樞內所有裝置的匯出時提供參數。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.iothub._serialization.ModelExportDevicesRequest
建構函式
ExportDevicesRequest(*, export_blob_container_uri: str, exclude_keys: bool, export_blob_name: str | None = None, authentication_type: str | _models.AuthenticationType | None = None, identity: _models.ManagedIdentity | None = None, include_configurations: bool | None = None, configurations_blob_name: str | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
export_blob_container_uri
|
匯出 Blob 容器 URI。 必要。 |
exclude_keys
|
值,指出是否應該在匯出期間排除索引鍵。 必要。 |
export_blob_name
|
將在提供的輸出 Blob 容器中建立的 Blob 名稱。 此 Blob 會包含匯出的裝置登錄資訊,以供IoT 中樞使用。 |
authentication_type
|
指定用於連線至儲存體帳戶的驗證類型。 已知值為:「keyBased」 和 「identityBased」。 |
identity
|
用於匯出裝置之儲存體端點的受控識別屬性。 |
include_configurations
|
值,指出是否應該匯出組態。 |
configurations_blob_name
|
將在提供的輸出 Blob 容器中建立的 Blob 名稱。 此 Blob 將包含 IoT 中樞的匯出組態。 |
變數
名稱 | Description |
---|---|
export_blob_container_uri
|
匯出 Blob 容器 URI。 必要。 |
exclude_keys
|
值,指出是否應該在匯出期間排除索引鍵。 必要。 |
export_blob_name
|
將在提供的輸出 Blob 容器中建立的 Blob 名稱。 此 Blob 會包含匯出的裝置登錄資訊,以供IoT 中樞使用。 |
authentication_type
|
指定用於連線至儲存體帳戶的驗證類型。 已知值為:「keyBased」 和 「identityBased」。 |
identity
|
用於匯出裝置之儲存體端點的受控識別屬性。 |
include_configurations
|
值,指出是否應該匯出組態。 |
configurations_blob_name
|
將在提供的輸出 Blob 容器中建立的 Blob 名稱。 此 Blob 將包含 IoT 中樞的匯出組態。 |