Megosztás a következőn keresztül:


Problem Classifications - Get

Egy adott Azure-szolgáltatás problémabesorolási részleteinek lekérése.

GET https://management.azure.com/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}?api-version=2024-04-01

URI-paraméterek

Name In Kötelező Típus Description
problemClassificationName
path True

string

A problémabesorolás neve.

serviceName
path True

string

Az Azure-szolgáltatás neve.

api-version
query True

string

minLength: 1

A művelethez használni kívánt API-verzió.

Válaszok

Name Típus Description
200 OK

ProblemClassification

Az Azure-művelet sikeresen befejeződött.

Other Status Codes

ErrorResponse

Váratlan hibaválasz.

Biztonság

azure_auth

Azure Active Directory Oauth2-folyamat.

Típus: oauth2
Folyamat: implicit
Engedélyezési URL: https://login.microsoftonline.com/common/oauth2/authorize

Hatókörök

Name Description
user_impersonation a felhasználói fiók megszemélyesítése

Példák

Gets details of problemClassification for Azure service

Mintakérelem

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

Mintaválasz

{
  "name": "problemClassification_guid",
  "type": "Microsoft.Support/problemClassifications",
  "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid",
  "properties": {
    "displayName": "Reservation Management / Exchanges and Refunds"
  }
}

Definíciók

Name Description
createdByType

Az erőforrást létrehozó identitás típusa.

ErrorAdditionalInfo

Az erőforrás-kezelési hiba további információi.

ErrorDetail

A hiba részletei.

ErrorResponse

Hibaválasz

ProblemClassification

ProblemClassification erőforrásobjektum.

SecondaryConsentEnabled

Ez a tulajdonság azt jelzi, hogy a másodlagos hozzájárulás jelen van-e a probléma besorolásához.

systemData

Az erőforrás létrehozásával és utolsó módosításával kapcsolatos metaadatok.

createdByType

Az erőforrást létrehozó identitás típusa.

Érték Description
User
Application
ManagedIdentity
Key

ErrorAdditionalInfo

Az erőforrás-kezelési hiba további információi.

Name Típus Description
info

object

A további információk.

type

string

A további információtípus.

ErrorDetail

A hiba részletei.

Name Típus Description
additionalInfo

ErrorAdditionalInfo[]

A hiba további információi.

code

string

A hibakód.

details

ErrorDetail[]

A hiba részletei.

message

string

A hibaüzenet.

target

string

A hibacél.

ErrorResponse

Hibaválasz

Name Típus Description
error

ErrorDetail

A hibaobjektum.

ProblemClassification

ProblemClassification erőforrásobjektum.

Name Típus Description
id

string (arm-id)

Az erőforrás teljes erőforrás-azonosítója. Például: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name

string

Az erőforrás neve

properties.displayName

string

A problémabesorolás honosított neve.

properties.secondaryConsentEnabled

SecondaryConsentEnabled[]

Ez a tulajdonság azt jelzi, hogy a másodlagos hozzájárulás jelen van-e a probléma besorolásához

systemData

systemData

A createdBy és a modifiedBy adatokat tartalmazó Azure Resource Manager-metaadatok.

type

string

Az erőforrás típusa. Pl. "Microsoft.Compute/virtualMachines" vagy "Microsoft.Storage/storageAccounts"

SecondaryConsentEnabled

Ez a tulajdonság azt jelzi, hogy a másodlagos hozzájárulás jelen van-e a probléma besorolásához.

Name Típus Description
description

string

Felhasználói hozzájárulás leírása.

type

string

Az Azure szolgáltatás, amelyhez másodlagos hozzájárulás szükséges az eset létrehozásához.

systemData

Az erőforrás létrehozásával és utolsó módosításával kapcsolatos metaadatok.

Name Típus Description
createdAt

string (date-time)

Az erőforrás-létrehozás időbélyege (UTC).

createdBy

string

Az erőforrást létrehozó identitás.

createdByType

createdByType

Az erőforrást létrehozó identitás típusa.

lastModifiedAt

string (date-time)

Az erőforrás utolsó módosításának időbélyege (UTC)

lastModifiedBy

string

Az erőforrást legutóbb módosító identitás.

lastModifiedByType

createdByType

Az erőforrást legutóbb módosító identitás típusa.