다음을 통해 공유


Get-AzSupportProblemClassification

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

구문

Get-AzSupportProblemClassification
   -ServiceName <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportProblemClassification
   -Name <String>
   -ServiceInputObject <ISupportIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportProblemClassification
   -Name <String>
   -ServiceName <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzSupportProblemClassification
   -InputObject <ISupportIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

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

예제

예제 1: Azure 지원 문제 분류 나열

Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396"

DisplayName                                                                                     Name                                 SecondaryConsentEnabled
-----------                                                                                     ----                                 -----------------------
Compute-VM (cores-vCPUs) subscription limit increases                                           4d78b174-3203-a3ac-9e08-41fb35de6354
Windows Update, Guest Patching and OS Upgrades / Issue with Azure Automatic VM guest patching   e565bd13-86f0-ecb3-d2b7-0a7501ae8839
Windows Update, Guest Patching and OS Upgrades / Issue with Azure Update Management patching    8d686480-ef41-5005-358e-12b9be9608fe

특정 Azure 서비스에 사용할 수 있는 모든 문제 분류(범주)를 나열합니다. 항상 프로그래밍 방식으로 얻은 서비스 및 문제 분류를 사용합니다. 이렇게 하면 항상 가장 최근의 서비스 및 문제 분류 ID가 있습니다.

예제 2: Azure 지원 문제 분류 가져오기

Get-AzSupportProblemClassification -ServiceName "6f16735c-b0ae-b275-ad3a-03479cfa1396" -Name "e565bd13-86f0-ecb3-d2b7-0a7501ae8839"

DisplayName             : Windows Update, Guest Patching and OS Upgrades / Issue with Azure Automatic VM guest patching
Id                      : /providers/Microsoft.Support/services/6f16735c-b0ae-b275-ad3a-03479cfa1396/problemClassifications/e565bd13-86f0-ecb3-d2b7-0a7501ae8839
Name                    : e565bd13-86f0-ecb3-d2b7-0a7501ae8839
ResourceGroupName       :
SecondaryConsentEnabled :
Type                    : Microsoft.Support/problemClassifications

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

매개 변수

-DefaultProfile

DefaultProfile 매개 변수가 작동하지 않습니다. 다른 구독에 대해 cmdlet을 실행하는 경우 사용 가능한 경우 SubscriptionId 매개 변수를 사용합니다.

형식:PSObject
별칭:AzureRMContext, AzureCredential
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-InputObject

ID 매개 변수

형식:ISupportIdentity
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

-Name

문제 분류의 이름입니다.

형식:String
별칭:ProblemClassificationName
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-ServiceInputObject

ID 매개 변수

형식:ISupportIdentity
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

-ServiceName

지원에 사용할 수 있는 Azure 서비스의 이름입니다.

형식:String
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

입력

출력