Skip to main content

vw_recommendation_metadata

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

Overview

Namevw_recommendation_metadata
TypeView
Idazure.advisor.vw_recommendation_metadata

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, '$.dependsOn') as "depends_on",
JSON_EXTRACT(properties, '$.applicableScenarios') as "applicable_scenarios",
JSON_EXTRACT(properties, '$.supportedValues') as "supported_values",
name
FROM azure.advisor.recommendation_metadata
WHERE name = 'replace-me';