共用方式為


az acr manifest

此命令群組處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

在 Azure Container Registries 中管理成品指令清單。

命令

名稱 Description 類型 狀態
az acr manifest delete

刪除 Azure Container Registry 中的指令清單。

核心 預覽
az acr manifest list

列出 Azure Container Registry 中存放庫中的指令清單。

核心 預覽
az acr manifest list-deleted

列出 Azure Container Registry 中存放庫中的虛刪除指令清單。

核心 預覽
az acr manifest list-deleted-tags

列出 Azure Container Registry 中存放庫中的虛刪除標籤。

核心 預覽
az acr manifest list-metadata

列出 Azure Container Registry 中存放庫中指令清單的元數據。

核心 預覽
az acr manifest list-referrers

列出 Azure Container Registry 中指令清單的參考者。

核心 預覽
az acr manifest metadata

在 Azure Container Registries 中管理成品指令清單元數據。

核心 預覽和已淘汰
az acr manifest metadata list

列出 Azure Container Registry 中存放庫中指令清單的元數據。

核心 預覽和已淘汰
az acr manifest metadata show

取得 Azure Container Registry 中成品的元數據。

核心 預覽和已淘汰
az acr manifest metadata update

更新 Azure Container Registry 中成品的指令清單元數據。

核心 預覽和已淘汰
az acr manifest restore

還原 Azure Container Registry 中的虛刪除成品和標籤。

核心 預覽
az acr manifest show

在 Azure Container Registry 中取得指令清單。

核心 預覽
az acr manifest show-metadata

取得 Azure Container Registry 中成品的元數據。

核心 預覽
az acr manifest update-metadata

更新 Azure Container Registry 中成品的指令清單元數據。

核心 預覽

az acr manifest delete

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

刪除 Azure Container Registry 中的指令清單。

az acr manifest delete [--name]
                       [--password]
                       [--registry]
                       [--suffix]
                       [--username]
                       [--yes]
                       [<MANIFEST_ID>]

範例

刪除成品 『hello-world:latest』 的指令清單。

az acr manifest delete -r myregistry -n hello-world:latest

刪除成品 『hello-world:latest』 的指令清單。

az acr manifest delete myregistry.azurecr.io/hello-world:latest

刪除摘要 『hello-world@sha256:abc123』 所參考之成品的指令清單。

az acr manifest delete -r myregistry -n hello-world@sha256:abc123

選擇性參數

--name -n

成品的名稱。 可以包含格式為 『name:tag』 的標記,或格式為 『name@digest』 的摘要。

--password -p

用來登入容器登錄的密碼。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

--yes -y

請勿提示確認。

預設值: False
<MANIFEST_ID>

完整指令清單規範,例如 『myregistry.azurecr.io/hello-world:latest』。

全域參數
--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 acr manifest list

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

列出 Azure Container Registry 中存放庫中的指令清單。

az acr manifest list [--name]
                     [--orderby {time_asc, time_desc}]
                     [--password]
                     [--registry]
                     [--suffix]
                     [--top]
                     [--username]
                     [<REPO_ID>]

範例

列出存放庫 『hello-world』 的指令清單。

az acr manifest list -r myregistry -n hello-world

列出存放庫 『hello-world』 的指令清單。

az acr manifest list myregistry.azurecr.io/hello-world

選擇性參數

--name -n

存放庫的名稱。

--orderby

排序結果中的專案。 預設為名稱的字母順序。

接受的值: time_asc, time_desc
--password -p

用來登入容器登錄的密碼。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--top

限制結果中的項目數目。

--username -u

用來登入容器登錄的用戶名稱。

<REPO_ID>

完整存放庫規範,例如 『myregistry.azurecr.io/hello-world』。

全域參數
--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 acr manifest list-deleted

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

列出 Azure Container Registry 中存放庫中的虛刪除指令清單。

az acr manifest list-deleted [--name]
                             [--password]
                             [--registry]
                             [--suffix]
                             [--username]
                             [<REPO_ID>]

範例

列出存放庫 『hello-world』 中的虛刪除指令清單。

az acr manifest list-deleted -r myregistry -n hello-world

列出存放庫 『hello-world』 中的虛刪除指令清單。

az acr manifest list-deleted myregistry.azurecr.io/hello-world

選擇性參數

--name -n

存放庫的名稱。

--password -p

用來登入容器登錄的密碼。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

<REPO_ID>

完整存放庫規範,例如 『myregistry.azurecr.io/hello-world』。

全域參數
--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 acr manifest list-deleted-tags

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

列出 Azure Container Registry 中存放庫中的虛刪除標籤。

az acr manifest list-deleted-tags [--name]
                                  [--password]
                                  [--registry]
                                  [--suffix]
                                  [--username]
                                  [<PERM_REPO_ID>]

範例

列出存放庫 『hello-world』 中的虛刪除標記。

az acr manifest list-deleted-tags -r myregistry -n hello-world

列出存放庫 『hello-world』 中的虛刪除標記。

az acr manifest list-deleted-tags myregistry.azurecr.io/hello-world

列出符合存放庫 『hello-world』 中標記 'latest' 的虛刪除標記。

az acr manifest list-deleted-tags -r myregistry -n hello-world:latest

列出符合存放庫 『hello-world』 中標記 'latest' 的虛刪除標記。

az acr manifest list-deleted-tags myregistry.azurecr.io/hello-world:latest

選擇性參數

--name -n

存放庫的名稱。 可包含格式為 『name:tag』 的標記。

--password -p

用來登入容器登錄的密碼。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

<PERM_REPO_ID>

完整存放庫規範,例如 『myregistry.azurecr.io/hello-world』。 可包含標籤,例如 myregistry.azurecr.io/hello-world:latest。

全域參數
--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 acr manifest list-metadata

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

列出 Azure Container Registry 中存放庫中指令清單的元數據。

az acr manifest list-metadata [--name]
                              [--orderby {time_asc, time_desc}]
                              [--password]
                              [--registry]
                              [--suffix]
                              [--top]
                              [--username]
                              [<REPO_ID>]

範例

列出存放庫 『hello-world』 中指令清單的元數據。

az acr manifest list-metadata -r myregistry -n hello-world

列出存放庫 『hello-world』 中指令清單的元數據。

az acr manifest list-metadata myregistry.azurecr.io/hello-world

列出存放庫 『hello-world』 中所有指令清單的元數據(已標記/未標記)。

az acr manifest list-metadata -r myregistry -n hello-world --query "[]"

列出存放庫 『hello-world』 中未標記指令清單的元數據。

az acr manifest list-metadata -r myregistry -n hello-world --query "[?tags==null]"

選擇性參數

--name -n

存放庫的名稱。

--orderby

排序結果中的專案。 預設為名稱的字母順序。

接受的值: time_asc, time_desc
--password -p

用來登入容器登錄的密碼。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--top

限制結果中的項目數目。

--username -u

用來登入容器登錄的用戶名稱。

<REPO_ID>

完整存放庫規範,例如 『myregistry.azurecr.io/hello-world』。

全域參數
--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 acr manifest list-referrers

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

列出 Azure Container Registry 中指令清單的參考者。

az acr manifest list-referrers [--artifact-type]
                               [--name]
                               [--password]
                               [--recursive]
                               [--registry]
                               [--suffix]
                               [--username]
                               [<MANIFEST_ID>]

範例

列出成品 『hello-world:latest』 指令清單的參考者。

az acr manifest list-referrers -r myregistry -n hello-world:latest

列出成品 『hello-world:latest』 指令清單的參考者。

az acr manifest list-referrers myregistry.azurecr.io/hello-world:latest

列出摘要 『hello-world@sha256:abc123』 所參考成品指令清單的參考者。

az acr manifest list-referrers -r myregistry -n hello-world@sha256:abc123

選擇性參數

--artifact-type

根據成品類型篩選查閱者。

--name -n

成品的名稱。 可以包含格式為 『name:tag』 的標記,或格式為 『name@digest』 的摘要。

--password -p

用來登入容器登錄的密碼。

--recursive

以遞歸方式包含查閱者成品。

預設值: False
--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

<MANIFEST_ID>

完整指令清單規範,例如 『myregistry.azurecr.io/hello-world:latest』。

全域參數
--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 acr manifest restore

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

還原 Azure Container Registry 中的虛刪除成品和標籤。

az acr manifest restore [--digest]
                        [--force]
                        [--name]
                        [--password]
                        [--registry]
                        [--suffix]
                        [--username]
                        [--yes]
                        [<MANIFEST_ID>]

範例

還原指令清單比對摘要 『sha256:abc123』,並在存放庫 『hello-world』 中加上標記 『latest』。

az acr manifest restore -r myregistry -n hello-world:latest -d sha256:abc123

還原指令清單比對摘要 『sha256:abc123』,並在存放庫 『hello-world』 中加上標記 『latest』。

az acr manifest restore myregistry.azurecr.io/hello-world:latest -d sha256:abc123

還原存放庫 『hello-world』 中與標記 『latest』 相關聯的最近刪除指令清單。

az acr manifest restore -r myregistry -n hello-world:latest

還原存放庫 『hello-world』 中與標記 『latest』 相關聯的最近刪除指令清單。

az acr manifest restore myregistry.azurecr.io/hello-world:latest

選擇性參數

--digest -d

指令清單的摘要,例如 『sha256@abc123』。

--force -f

覆寫現有的標記。

預設值: False
--name -n

成品的名稱。 可包含格式為 『name:tag』 的標記。

--password -p

用來登入容器登錄的密碼。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

--yes -y

請勿提示確認。

預設值: False
<MANIFEST_ID>

完整指令清單規範,例如 『myregistry.azurecr.io/hello-world:latest』。

全域參數
--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 acr manifest show

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

在 Azure Container Registry 中取得指令清單。

az acr manifest show [--name]
                     [--password]
                     [--raw]
                     [--registry]
                     [--suffix]
                     [--username]
                     [<MANIFEST_ID>]

範例

取得成品 『hello-world:latest』 的指令清單。

az acr manifest show -r myregistry -n hello-world:latest

取得成品 『hello-world:latest』 的指令清單。

az acr manifest show myregistry.azurecr.io/hello-world:latest

取得摘要 『hello-world@sha256:abc123』 所參考之成品的指令清單。

az acr manifest show -r myregistry -n hello-world@sha256:abc123

取得成品 『hello-world:latest』 的原始未格式化指令清單。

az acr manifest show -r myregistry -n hello-world:latest --raw

選擇性參數

--name -n

成品的名稱。 可以包含格式為 『name:tag』 的標記,或格式為 『name@digest』 的摘要。

--password -p

用來登入容器登錄的密碼。

--raw

輸出未經格式化的原始指令清單文字。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

<MANIFEST_ID>

完整指令清單規範,例如 『myregistry.azurecr.io/hello-world:latest』。

全域參數
--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 acr manifest show-metadata

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

取得 Azure Container Registry 中成品的元數據。

az acr manifest show-metadata [--name]
                              [--password]
                              [--registry]
                              [--suffix]
                              [--username]
                              [<MANIFEST_ID>]

範例

取得標記 『hello-world:latest』 的元數據。

az acr manifest show-metadata -r myregistry -n hello-world:latest

取得標記 『hello-world:latest』 的元數據。

az acr manifest show-metadata myregistry.azurecr.io/hello-world:latest

取得摘要 『hello-world@sha256:abc123』 所參考之指令清單的元數據。

az acr manifest show-metadata -r myregistry -n hello-world@sha256:abc123

選擇性參數

--name -n

成品的名稱。 可以包含格式為 『name:tag』 的標記,或格式為 『name@digest』 的摘要。

--password -p

用來登入容器登錄的密碼。

--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

<MANIFEST_ID>

完整指令清單規範,例如 『myregistry.azurecr.io/hello-world:latest』。

全域參數
--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 acr manifest update-metadata

預覽

命令群組 'acr 指令清單' 處於預覽狀態,且正在開發中。 參考和支持層級:https://aka.ms/CLI_refstatus

更新 Azure Container Registry 中成品的指令清單元數據。

az acr manifest update-metadata [--delete-enabled {false, true}]
                                [--list-enabled {false, true}]
                                [--name]
                                [--password]
                                [--read-enabled {false, true}]
                                [--registry]
                                [--suffix]
                                [--username]
                                [--write-enabled {false, true}]
                                [<MANIFEST_ID>]

範例

更新標記 『hello-world:latest』 的元數據。

az acr manifest update-metadata -r myregistry -n hello-world:latest --write-enabled false

更新標記 『hello-world:latest』 的元數據。

az acr manifest update-metadata myregistry.azurecr.io/hello-world:latest --write-enabled false

更新摘要 『hello-world@sha256:abc123』 所參考之成品的元數據。

az acr manifest update-metadata -r myregistry -n hello-world@sha256:abc123 --write-enabled false

選擇性參數

--delete-enabled

指出是否允許刪除作業。

接受的值: false, true
--list-enabled

指出此專案是否顯示在清單作業結果中。

接受的值: false, true
--name -n

成品的名稱。 可以包含格式為 『name:tag』 的標記,或格式為 『name@digest』 的摘要。

--password -p

用來登入容器登錄的密碼。

--read-enabled

指出是否允許讀取作業。

接受的值: false, true
--registry -r

容器登錄的名稱。 您可以使用 az configure --defaults acr=<registry name>來設定預設登錄名稱。

--suffix

登錄登入伺服器中的租用戶後綴。 如果您的登錄登入伺服器格式為 『registry-tenant.azurecr.io』,您可以指定 '--suffix tenant'。 適用於您從不同的訂用帳戶存取登錄,或您有權存取映射,但無權管理登錄資源。

--username -u

用來登入容器登錄的用戶名稱。

--write-enabled

指出是否允許寫入或刪除作業。

接受的值: false, true
<MANIFEST_ID>

完整指令清單規範,例如 『myregistry.azurecr.io/hello-world:latest』。

全域參數
--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。