Skip to main content

energy_services_partitions

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

Overview

Nameenergy_services_partitions
TypeResource
Idazure_extras.open_energy_platform.energy_services_partitions

Fields

NameDatatypeDescription
dataPartitionInfoarrayList of data partitions along with their properties in a given OEP resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, resourceName, subscriptionIdMethod that gets called when list of partitions is requested.

SELECT examples

Method that gets called when list of partitions is requested.

SELECT
dataPartitionInfo
FROM azure_extras.open_energy_platform.energy_services_partitions
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';