Delen via


Get-AzSupportProblemClassification

Hiermee vraagt u details op van de probleemclassificaties voor een specifieke Azure-service.

Syntax

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

Hiermee vraagt u details op van de probleemclassificaties voor een specifieke Azure-service.

Voorbeelden

Voorbeeld 1: Lijst weergeven van probleemclassificaties voor Azure-ondersteuning

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

Hiermee geeft u een lijst weer met alle probleemclassificaties (categorieën) die beschikbaar zijn voor een specifieke Azure-service. Gebruik altijd de service en probleemclassificaties die programmatisch zijn verkregen. Zo weet u zeker dat u altijd beschikt over de meest recente set id's voor services en probleemclassificaties.

Voorbeeld 2: Probleemclassificatie van Azure-ondersteuning ophalen

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

Hiermee vraagt u details op van de probleemclassificaties voor een specifieke Azure-service.

Parameters

-DefaultProfile

De parameter DefaultProfile is niet functioneel. Gebruik de parameter SubscriptionId indien beschikbaar als u de cmdlet uitvoert voor een ander abonnement.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identiteitsparameter

Type:ISupportIdentity
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-Name

De naam van de probleemclassificatie.

Type:String
Aliases:ProblemClassificationName
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-ServiceInputObject

Identiteitsparameter

Type:ISupportIdentity
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-ServiceName

De naam van de Azure-service die beschikbaar is voor ondersteuning.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

ISupportIdentity

Uitvoerwaarden

IProblemClassification