Skip to main content

vw_configurations

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

Overview

Namevw_configurations
TypeView
Idazure.maria_db.vw_configurations

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.value') as "value",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.defaultValue') as "default_value",
JSON_EXTRACT(properties, '$.dataType') as "data_type",
JSON_EXTRACT(properties, '$.allowedValues') as "allowed_values",
JSON_EXTRACT(properties, '$.source') as "source",
subscriptionId,
resourceGroupName,
serverName,
configurationName
FROM azure.maria_db.configurations
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serverName = 'replace-me';