az support services problem-classifications

참고

이 참조는 Azure CLI에 대 한 지원 확장의 일부 이며 버전 2.0.81 이상이 필요 합니다. 확장은 az support services 문제 분류 명령을 처음 실행할 때 자동으로 설치 됩니다. 확장에 대해 자세히 알아보세요.

Azure 서비스에 대 한 문제 분류.

명령

az support services problem-classifications list

Azure 서비스에 사용할 수 있는 모든 문제 분류 (범주)를 나열 합니다. 항상 서비스를 사용 하 고 지원 티켓을 만들 수 있도록 프로그래밍 방식으로 얻은 해당 문제 분류를 사용 합니다. 이 방법을 사용 하면 서비스 및 문제 분류 Id의 최신 집합이 항상 최신으로 유지 됩니다.

az support services problem-classifications show

Azure 서비스에 대 한 문제 분류 세부 정보를 가져옵니다.

az support services problem-classifications list

Azure 서비스에 사용할 수 있는 모든 문제 분류 (범주)를 나열 합니다. 항상 서비스를 사용 하 고 지원 티켓을 만들 수 있도록 프로그래밍 방식으로 얻은 해당 문제 분류를 사용 합니다. 이 방법을 사용 하면 서비스 및 문제 분류 Id의 최신 집합이 항상 최신으로 유지 됩니다.

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

예제

지원 티켓을 만들 수 있는 서비스에 대 한 problemClassifications 목록을 가져옵니다.

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

필수 매개 변수

--service-name

Azure 서비스의 이름입니다.

az support services problem-classifications show

Azure 서비스에 대 한 문제 분류 세부 정보를 가져옵니다.

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

예제

Azure 서비스에 대 한 problemClassification의 세부 정보를 가져옵니다.

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

필수 매개 변수

--problem-classification-name

문제 분류의 이름입니다.

--service-name

Azure 서비스의 이름입니다.