az iot du update file
注意
此參考是 Azure CLI 的 azure-iot 延伸模組的一部分(2.46.0 版或更高版本)。 擴充功能會在您第一次執行 az iot du update file 命令時自動安裝。 深入了解擴充功能。
更新檔案作業。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az iot du update file list |
列出更新提供者、名稱和版本相關的更新檔案識別碼。 |
副檔名 | GA |
az iot du update file show |
顯示與更新提供者、名稱和版本相關的特定更新檔案詳細數據。 |
副檔名 | GA |
az iot du update file list
列出更新提供者、名稱和版本相關的更新檔案識別碼。
az iot du update file list --account
--instance
--un
--up
--update-version
[--resource-group]
範例
列出更新提供者、名稱和版本相關的更新檔案。
az iot du update file list -n {account_name} -i {instance_name} --update-provider {provider_name} --update-name {update_name} --update-version {update_version}
必要參數
裝置更新帳戶名稱。 您可以使用 來設定預設帳戶名稱 az config set defaults.adu_account=<name>
。
裝置更新實例名稱。 您可以使用 來設定預設實例名稱 az config set defaults.adu_instance=<name>
。
更新名稱。
更新提供者。
更新版本。
選擇性參數
裝置更新帳戶資源組名。 您可以使用 az config set defaults.adu_group=<name>
來設定預設群組。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az iot du update file show
顯示與更新提供者、名稱和版本相關的特定更新檔案詳細數據。
az iot du update file show --account
--instance
--ufid
--un
--up
--update-version
[--resource-group]
範例
顯示更新提供者、名稱和版本的特定更新檔案。
az iot du update file show -n {account_name} -i {instance_name} --update-provider {provider_name} --update-name {update_name} --update-version {update_version} --update-file-id {update_file_id}
必要參數
裝置更新帳戶名稱。 您可以使用 來設定預設帳戶名稱 az config set defaults.adu_account=<name>
。
裝置更新實例名稱。 您可以使用 來設定預設實例名稱 az config set defaults.adu_instance=<name>
。
更新檔案識別碼。
更新名稱。
更新提供者。
更新版本。
選擇性參數
裝置更新帳戶資源組名。 您可以使用 az config set defaults.adu_group=<name>
來設定預設群組。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。