Skip to main content

vw_environments

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

Overview

Namevw_environments
TypeView
Idazure.api_center.vw_environments

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.title') as "title",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.kind') as "kind",
JSON_EXTRACT(properties, '$.server') as "server",
JSON_EXTRACT(properties, '$.onboarding') as "onboarding",
JSON_EXTRACT(properties, '$.customProperties') as "custom_properties",
subscriptionId,
resourceGroupName,
serviceName,
workspaceName,
environmentName
FROM azure.api_center.environments
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me' AND workspaceName = 'replace-me';