Skip to main content

vw_problem_classifications

Creates, updates, deletes, gets or lists a vw_problem_classifications resource.

Overview

Namevw_problem_classifications
TypeView
Idazure.support.vw_problem_classifications

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.secondaryConsentEnabled') as "secondary_consent_enabled",
JSON_EXTRACT(properties, '$.metadata') as "metadata",
JSON_EXTRACT(properties, '$.parentProblemClassification') as "parent_problem_classification",
serviceName,
problemClassificationName
FROM azure.support.problem_classifications
WHERE serviceName = 'replace-me';