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 |
|---|---|---|---|---|
|
service
|
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 |
Az Azure-művelet sikeresen befejeződött. |
|
| Other Status Codes |
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 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": [
{
"name": "problemClassification_guid_1",
"type": "Microsoft.Support/problemClassifications",
"id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_1",
"properties": {
"displayName": "Reservation Management / Exchanges and Refunds",
"secondaryConsentEnabled": [
{
"type": "DatabricksConsent",
"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."
}
]
}
},
{
"name": "problemClassification_guid_2",
"type": "Microsoft.Support/problemClassifications",
"id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_2",
"properties": {
"displayName": "Reservation Management / Request Invoices",
"secondaryConsentEnabled": [
{
"type": "DatabricksConsent",
"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."
}
]
}
},
{
"name": "problemClassification_guid_3",
"type": "Microsoft.Support/problemClassifications",
"id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_3",
"properties": {
"displayName": "Reservation Management / Other Iissues or Requests",
"secondaryConsentEnabled": [
{
"type": "DatabricksConsent",
"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."
}
]
}
},
{
"name": "problemClassification_guid_4",
"type": "Microsoft.Support/problemClassifications",
"id": "/providers/Microsoft.Support/services/service_guid/problemClassifications/problemClassification_guid_4",
"properties": {
"displayName": "Other General Billing Questions",
"secondaryConsentEnabled": [
{
"type": "DatabricksConsent",
"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."
}
]
}
}
]
}
Definíciók
| Name | Description |
|---|---|
|
created |
Az erőforrást létrehozó identitás típusa. |
|
Error |
Az erőforrás-kezelési hiba további információi. |
|
Error |
A hiba részletei. |
|
Error |
Hibaválasz |
|
Problem |
ProblemClassification erőforrásobjektum. |
|
Problem |
ProblemClassification-erőforrások gyűjteménye. |
|
Secondary |
Ez a tulajdonság azt jelzi, hogy a másodlagos hozzájárulás jelen van-e a probléma besorolásához. |
|
system |
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 |
A hiba további információi. |
|
| code |
string |
A hibakód. |
| details |
A hiba részletei. |
|
| message |
string |
A hibaüzenet. |
| target |
string |
A hibacél. |
ErrorResponse
Hibaválasz
| Name | Típus | Description |
|---|---|---|
| error |
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 |
Ez a tulajdonság azt jelzi, hogy a másodlagos hozzájárulás jelen van-e a probléma besorolásához |
|
| 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" |
ProblemClassificationsListResult
ProblemClassification-erőforrások gyűjteménye.
| Name | Típus | Description |
|---|---|---|
| nextLink |
string |
A következő oldalra mutató link |
| value |
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. |
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 |
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 |
Az erőforrást legutóbb módosító identitás típusa. |