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


Problem Classifications - List

Az adott Azure-szolgáltatáshoz elérhető összes problémabesorolást (kategóriát) felsorolja. Mindig használja a programozott módon beszerzett szolgáltatás- és problémabesorolásokat. Ez a gyakorlat biztosítja, hogy mindig a legújabb szolgáltatás- és problémabesorolási azonosítókkal rendelkezzen.

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

URI-paraméterek

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

string

Annak az Azure-szolgáltatásnak a neve, amelyhez le kell kérni a problémabesorolásokat.

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

ProblemClassificationsListResult

Sikeresen lekérte a problémabesorolások listáját a megadott Azure-szolgáltatáshoz.

Other Status Codes

ErrorResponse

Hibaválasz, amely leírja, hogy miért nem sikerült a művelet.

Biztonság

azure_auth

Azure Active Directory OAuth2 Flow.

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 list of problemClassifications for a service for which a support ticket can be created

Mintakérelem

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

Mintaválasz

{
  "value": [
    {
      "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_1",
      "name": "problemClassification_guid_1",
      "type": "Microsoft.Support/problemClassifications",
      "properties": {
        "displayName": "Reservation Management / Exchanges and Refunds",
        "secondaryConsentEnabled": [
          {
            "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
            "type": "DatabricksConsent"
          }
        ]
      }
    },
    {
      "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_2",
      "name": "problemClassification_guid_2",
      "type": "Microsoft.Support/problemClassifications",
      "properties": {
        "displayName": "Reservation Management / Request Invoices",
        "secondaryConsentEnabled": [
          {
            "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
            "type": "DatabricksConsent"
          }
        ]
      }
    },
    {
      "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_3",
      "name": "problemClassification_guid_3",
      "type": "Microsoft.Support/problemClassifications",
      "properties": {
        "displayName": "Reservation Management / Other Iissues or Requests",
        "secondaryConsentEnabled": [
          {
            "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
            "type": "DatabricksConsent"
          }
        ]
      }
    },
    {
      "id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_4",
      "name": "problemClassification_guid_4",
      "type": "Microsoft.Support/problemClassifications",
      "properties": {
        "displayName": "Other General Billing Questions",
        "secondaryConsentEnabled": [
          {
            "description": "For faster resolution, allow Microsoft and Databricks to temporarily have read and write access to your Databricks workspace. We will only access to read and write to your cluster for the purpose of resolving your support issue and in conformance with Microsoft's Privacy Policy.",
            "type": "DatabricksConsent"
          }
        ]
      }
    }
  ]
}

Definíciók

Name Description
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.

ProblemClassificationsListResult

ProblemClassification-erőforrások gyűjteménye.

SecondaryConsentEnabled

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

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

Az erőforrás azonosítója.

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

type

string

A "Microsoft.Support/problemClassification" erőforrás típusa.

ProblemClassificationsListResult

ProblemClassification-erőforrások gyűjteménye.

Name Típus Description
value

ProblemClassification[]

A ProblemClassification-erőforrások listája.

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.