共用方式為


az sphere hardware-definition

注意

此參考是 Azure CLI 的 azure-sphere 延伸模組的一部分(2.45.0 版或更高版本)。 擴充功能會在您第一次執行 az sphere hardware-definition 命令時自動安裝。 深入了解擴充功能。

管理硬體定義。

命令

名稱 Description 類型 狀態
az sphere hardware-definition generate-header

產生對應至硬體定義的 C 頭檔,並將它放在相對於輸入 JSON 的資料夾 'inc/hw' 中。

副檔名 GA
az sphere hardware-definition test-header

測試 『inc/hw' 資料夾中的 C 頭檔與輸入 JSON 有關的最新狀態。

副檔名 GA

az sphere hardware-definition generate-header

產生對應至硬體定義的 C 頭檔,並將它放在相對於輸入 JSON 的資料夾 'inc/hw' 中。

az sphere hardware-definition generate-header --hardware-definition-file

範例

產生對應至硬體定義的 C 頭檔

az sphere hardware-definition generate-header --hardware-definition-file mt3620.json

必要參數

--hardware-definition-file

硬體定義 JSON 檔案的路徑。 (路徑)。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az sphere hardware-definition test-header

測試 『inc/hw' 資料夾中的 C 頭檔與輸入 JSON 有關的最新狀態。

az sphere hardware-definition test-header --hardware-definition-file

範例

測試 C 頭檔

az sphere hardware-definition test-header --hardware-definition-file mt3620.json

必要參數

--hardware-definition-file

硬體定義 JSON 檔案的路徑。 您可以提供相對或絕對路徑。 (路徑)。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。