共用方式為


az azurestackhci image

備註

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

命令群組 『azurestackhci』 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

使用 azurestackhci 管理映像。

命令

名稱 Description 類型 狀態
az azurestackhci image create

建立資源庫映像。

擴充套件 實驗性的
az azurestackhci image delete

刪除映像。

擴充套件 實驗性的
az azurestackhci image list

列出所有資源庫映像。

擴充套件 實驗性的
az azurestackhci image show

取得影像的詳細數據。

擴充套件 實驗性的
az azurestackhci image update

更新映像。

擴充套件 實驗性的

az azurestackhci image create

實驗

命令群組 『azurestackhci』 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

建立資源庫映像。

az azurestackhci image create --name
                              --resource-group
                              [--extended-location]
                              [--image-path]
                              [--location]
                              [--offer]
                              [--os-type]
                              [--publisher]
                              [--sku]
                              [--storagepath-id]
                              [--tags]
                              [--version]

範例

PutGalleryImage

az azurestackhci image create --extended-location name="/subscriptions/a95612cb-f1fa-4daa-a4fd-272844fa512c/resourceGroups/dogfoodarc/providers/Microsoft.ExtendedLocation/customLocations/dogfood-location" type="CustomLocation" --location "West US2" --storagepath-id "/subscriptions/a95612cb-f1fa-4daa-a4fd-272844fa512c/resourceGroups/dogfoodarc/providers/Microsoft.AzureStackHCI/storagecontainers/test-storagepath" --image-path "C:\\test.vhdx" --name "test-gallery-image" --resource-group "test-rg"

必要參數

--name

資源庫映像的名稱。

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

選擇性參數

--extended-location

使用方式:--extended-location type=XX name=XX

type:擴充位置類型。 name:擴充位置名稱。

--image-path

資源庫映像應從中建立映像的位置/路徑。

--location -l

位置。 值的來源:az account list-locations。 您可以使用 az configure --defaults location=<location>來設定預設位置。

--offer

Marketplace 映射的供應專案。

使用方式:--offer。

--os-type

作系統類型 [Windows, Linux]。

--publisher

Marketplace 映像的發行者。

使用量:--publisher。

--sku

Marketplace 映射的 Sku。

使用量:--sku。

--storagepath-id

用來儲存資源庫映像之記憶體路徑的 Azure 識別碼。

--tags

以空格分隔的標記:key[=value] [key[=value] ...]。使用 「清除現有的標記」。

--version

Marketplace 映射的版本。

使用方式:--version。

全域參數
--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 azurestackhci image delete

實驗

命令群組 『azurestackhci』 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

刪除映像。

az azurestackhci image delete [--ids]
                              [--name]
                              [--resource-group]
                              [--subscription]
                              [--yes]

範例

DeleteGalleryImage

az azurestackhci image delete --name "test-gallery-image" --resource-group "test-rg"

選擇性參數

--ids

一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

--name

資源庫映像的名稱。

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

--subscription

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

--yes -y

請勿提示確認。

預設值: False
全域參數
--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 azurestackhci image list

實驗

命令群組 『azurestackhci』 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

列出所有資源庫映像。

az azurestackhci image list [--resource-group]

範例

ListGalleryImageByResourceGroup

az azurestackhci image list --resource-group "test-rg"

ListGalleryImageByResourceGroup

az azurestackhci image list

選擇性參數

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

全域參數
--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 azurestackhci image show

實驗

命令群組 『azurestackhci』 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

取得影像的詳細數據。

az azurestackhci image show [--ids]
                            [--name]
                            [--resource-group]
                            [--subscription]

範例

GetGalleryImage

az azurestackhci image show --name "test-gallery-image" --resource-group "test-rg"

選擇性參數

--ids

一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

--name

資源庫映像的名稱。

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

--subscription

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

全域參數
--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 azurestackhci image update

實驗

命令群組 『azurestackhci』 是實驗性且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

更新映像。

az azurestackhci image update [--ids]
                              [--name]
                              [--resource-group]
                              [--subscription]
                              [--tags]

範例

UpdateGalleryImage

az azurestackhci image update --tags additionalProperties="sample" --name "test-gallery-image" --resource-group "test-rg"

選擇性參數

--ids

一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

--name

資源庫映像的名稱。

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

--subscription

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

--tags

以空格分隔的標記:key[=value] [key[=value] ...]。使用 「清除現有的標記」。

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