Get-AzSupportProblemClassification
Hämta information om problemklassificering för en specifik Azure-tjänst.
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
Hämta information om problemklassificering för en specifik Azure-tjänst.
Exempel
Exempel 1: Lista Problemklassificeringar för Azure-support
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
Visar en lista över alla problemklassificeringar (kategorier) som är tillgängliga för en specifik Azure-tjänst. Använd alltid de tjänst- och problemklassificeringar som hämtas programmatiskt. Den här metoden säkerställer att du alltid har den senaste uppsättningen tjänst- och problemklassificerings-ID:er.
Exempel 2: Hämta problemklassificering för Azure-support
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
Hämta information om problemklassificering för en specifik Azure-tjänst.
Parametrar
-DefaultProfile
Parametern DefaultProfile fungerar inte. Använd parametern SubscriptionId när den är tillgänglig om du kör cmdleten mot en annan prenumeration.
Typ: | PSObject |
Alias: | AzureRMContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-InputObject
Identitetsparameter
Typ: | ISupportIdentity |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-Name
Namn på problemklassificering.
Typ: | String |
Alias: | ProblemClassificationName |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ServiceInputObject
Identitetsparameter
Typ: | ISupportIdentity |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ServiceName
Namnet på Den Azure-tjänst som är tillgänglig för support.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
Utdata
Azure PowerShell