Share via


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 來取得完整偵錯記錄。