共用方式為


az vm image terms

管理 Azure Marketplace 映像條款。

命令

名稱 Description 類型 狀態
az vm image terms accept

接受 Azure Marketplace 映像條款,讓映像可用來建立 VM。

核心 GA
az vm image terms cancel

取消 Azure Marketplace 映像條款。

核心 GA
az vm image terms show

取得 Azure Marketplace 映像字詞的詳細數據。

核心 GA

az vm image terms accept

接受 Azure Marketplace 映像條款,讓映像可用來建立 VM。

az vm image terms accept [--offer]
                         [--plan]
                         [--publisher]
                         [--urn]

範例

接受 Azure Marketplace 映像條款,讓映像可用來建立 VM。

az vm image terms accept --urn publisher:offer:sku:version

選擇性參數

--offer -f

映射供應專案。

--plan

映像計費方案。

--publisher -p

映像發行者。

--urn

URN,格式為 'publisher:offer:sku: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 vm image terms cancel

取消 Azure Marketplace 映像條款。

az vm image terms cancel [--offer]
                         [--plan]
                         [--publisher]
                         [--urn]

範例

取消 Azure Marketplace 映像條款。

az vm image terms cancel --urn publisher:offer:sku:version

取消 Azure Marketplace 映像條款。 ( 自動產生 )

az vm image terms cancel --subscription MySubscription --urn publisher:offer:sku:version

選擇性參數

--offer -f

映射供應專案。

--plan

映像計費方案。

--publisher -p

映像發行者。

--urn

URN,格式為 'publisher:offer:sku: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 vm image terms show

取得 Azure Marketplace 映像字詞的詳細數據。

az vm image terms show [--offer]
                       [--plan]
                       [--publisher]
                       [--urn]

範例

取得 Azure Marketplace 映像字詞的詳細數據。

az vm image terms show --urn publisher:offer:sku:version

選擇性參數

--offer -f

映射供應專案。

--plan

映像計費方案。

--publisher -p

映像發行者。

--urn

URN,格式為 'publisher:offer:sku: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。