Problem Classifications - Get
Krijg details over probleemclassificatie voor een specifieke Azure-service.
GET https://management.azure.com/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}?api-version=2024-04-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
problem
|
path | True |
string |
Naam van probleemclassificatie. |
service
|
path | True |
string |
Naam van de Azure-service die beschikbaar is voor ondersteuning. |
api-version
|
query | True |
string minLength: 1 |
De API-versie die voor deze bewerking moet worden gebruikt. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Details van probleemclassificatie zijn opgehaald. |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
Gets details of problemClassification for Azure service
Voorbeeldaanvraag
Voorbeeldrespons
{
"id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid",
"name": "problemClassification_guid",
"type": "Microsoft.Support/problemClassifications",
"properties": {
"displayName": "Reservation Management / Exchanges and Refunds"
}
}
Definities
Name | Description |
---|---|
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
De foutdetails. |
Error |
Foutreactie |
Problem |
ProblemClassification-resourceobject. |
Secondary |
Deze eigenschap geeft aan of secundaire toestemming aanwezig is voor probleemclassificatie. |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het extra informatietype. |
ErrorDetail
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
De fout bevat aanvullende informatie. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
error |
Het foutobject. |
ProblemClassification
ProblemClassification-resourceobject.
Name | Type | Description |
---|---|---|
id |
string |
Id van de resource. |
name |
string |
Naam van de resource. |
properties.displayName |
string |
Gelokaliseerde naam van probleemclassificatie. |
properties.secondaryConsentEnabled |
Deze eigenschap geeft aan of secundaire toestemming aanwezig is voor probleemclassificatie |
|
type |
string |
Type van de resource 'Microsoft.Support/problemClassification'. |
SecondaryConsentEnabled
Deze eigenschap geeft aan of secundaire toestemming aanwezig is voor probleemclassificatie.
Name | Type | Description |
---|---|---|
description |
string |
Beschrijving van gebruikerstoestemming. |
type |
string |
De Azure-service waarvoor secundaire toestemming nodig is voor het maken van aanvragen. |