ProblemClassifications

Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.

get/providers/Microsoft.Support/services/{serviceName}/problemClassifications

Path parameters

serviceNamestring required

Name of the Azure service.

Parameters

../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter — unresolved $ref

Response

Azure operation completed successfully.

nextLinkstring

The link to the next page of items

valueProblemClassification[] — unresolved $ref

List of ProblemClassification resources.

Changes