Skip to main content

vw_energy_services

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

Overview

Namevw_energy_services
TypeView
Idazure_extras.open_energy_platform.vw_energy_services

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
systemData as system_data,
tags as tags,
JSON_EXTRACT(properties, '$.dnsName') as "dns_name",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.authAppId') as "auth_app_id",
JSON_EXTRACT(properties, '$.dataPartitionNames') as "data_partition_names",
subscriptionId,
resourceGroupName,
resourceName
FROM azure_extras.open_energy_platform.energy_services
WHERE subscriptionId = 'replace-me';