共用方式為


az support services problem-classifications

備註

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

Azure 服務的問題分類。

命令

名稱 Description 類型 狀態
az support services problem-classifications list

列出特定 Azure 服務可用的所有問題分類(類別)。 一律使用以程序設計方式取得的服務與問題分類。 這種做法可確保您一律擁有最新的一組服務和問題分類標識符。

擴充套件 GA
az support services problem-classifications show

取得特定 Azure 服務的問題分類詳細數據。

擴充套件 GA

az support services problem-classifications list

列出特定 Azure 服務可用的所有問題分類(類別)。 一律使用以程序設計方式取得的服務與問題分類。 這種做法可確保您一律擁有最新的一組服務和問題分類標識符。

az support services problem-classifications list --service-name

範例

取得可建立支援票證之服務的問題分類清單。

az support services problem-classifications list --service-name "ServiceNameGuid"

必要參數

--service-name

需要擷取問題分類的 Azure 服務名稱。

全域參數
--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 support services problem-classifications show

取得特定 Azure 服務的問題分類詳細數據。

az support services problem-classifications show --problem-classification-name
                                                 --service-name

範例

取得 Azure 服務的問題分類詳細數據。

az support services problem-classifications show --service-name "ServiceNameGuid" --problem-classification-name "ProblemClassificationNameGuid"

必要參數

--problem-classification-name

問題分類的名稱。

--service-name

Azure 服務的名稱可供支援。

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