az aosm publisher artifact-store artifact version
注意
此參考是 Azure CLI 的 aosm 擴充功能的一部分(2.54.0 版或更高版本)。 擴充功能會在您第一次執行 az aosm publisher artifact-store artifact version 命令時自動安裝。 深入了解擴充功能。
命令群組 『az aosm publisher artifact-store artifact』 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
管理成品版本的命令。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az aosm publisher artifact-store artifact version list |
列出成品概觀資訊。 |
副檔名 | 預覽 |
az aosm publisher artifact-store artifact version update-state |
更新成品存放區中定義的成品狀態。 |
副檔名 | 預覽 |
az aosm publisher artifact-store artifact version list
命令群組 'az aosm publisher artifact-store artifact version' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
列出成品概觀資訊。
az aosm publisher artifact-store artifact version list --artifact-name
--artifact-store-name
--publisher-name
--resource-group
[--max-items]
[--next-token]
範例
列出 'contoso' 發行者 'contoso' 成品存放區中 'nginx' 成品的概觀資訊
az aosm publisher artifact-store artifact version list --resource-group contoso-aosm --publisher-name contoso --artifact-store-name contoso --artifact-name nginx
必要參數
成品的名稱。
成品存放區的名稱。
發行者的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
命令輸出中要傳回的項目總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供令牌。 若要繼續分頁,請在後續命令的自變數中 --next-token
提供令牌值。
標記,指定要開始分頁的位置。 這是先前截斷回應中的令牌值。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az aosm publisher artifact-store artifact version update-state
命令群組 'az aosm publisher artifact-store artifact version' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
更新成品存放區中定義的成品狀態。
az aosm publisher artifact-store artifact version update-state --artifact-name
[--artifact-state {Active, Deprecated, Preview, Unknown}]
[--artifact-store-name]
[--ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--publisher-name]
[--resource-group]
[--subscription]
範例
在 'contoso' 發行者的 'contoso' 成品存放區中取代 'nginx' 成品的 1.0.0 版本
az aosm publisher artifact-store artifact version update-state --resource-group contoso-aosm --publisher-name contoso --artifact-store-name contoso --artifact-name nginx --name 1.0.0 --artifact-state Deprecated
必要參數
成品的名稱。
選擇性參數
成品狀態。
成品存放區的名稱。
一或多個資源識別碼 (以空格分隔)。 它應該是完整資源識別碼,其中包含「資源標識碼」引數的所有資訊。 您應該提供 --ids 或其他「資源識別碼」引數。
成品版本的名稱。
請勿等候長時間執行的作業完成。
發行者的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。