recommendation_metadata
Creates, updates, deletes, gets or lists a recommendation_metadata
resource.
Overview
Name | recommendation_metadata |
Type | Resource |
Id | azure.advisor.recommendation_metadata |
Fields
- vw_recommendation_metadata
- recommendation_metadata
Name | Datatype | Description |
---|---|---|
id | text | The resource Id of the metadata entity. |
name | text | The name of the metadata entity. |
applicable_scenarios | text | field from the properties object |
depends_on | text | field from the properties object |
display_name | text | field from the properties object |
supported_values | text | field from the properties object |
type | text | The type of the metadata entity. |
Name | Datatype | Description |
---|---|---|
id | string | The resource Id of the metadata entity. |
name | string | The name of the metadata entity. |
properties | object | The metadata entity properties |
type | string | The type of the metadata entity. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | name | |
list | SELECT |
|
SELECT
examples
- vw_recommendation_metadata
- recommendation_metadata
SELECT
id,
name,
applicable_scenarios,
depends_on,
display_name,
supported_values,
type
FROM azure.advisor.vw_recommendation_metadata
;
SELECT
id,
name,
properties,
type
FROM azure.advisor.recommendation_metadata
;