Delen via


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
problemClassificationName
path True

string

Naam van probleemclassificatie.

serviceName
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

ProblemClassification

Details van probleemclassificatie zijn opgehaald.

Other Status Codes

ErrorResponse

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

GET https://management.azure.com/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid?api-version=2024-04-01

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
ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

ProblemClassification

ProblemClassification-resourceobject.

SecondaryConsentEnabled

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

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

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

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.