energy_services_partitions
Creates, updates, deletes, gets or lists a energy_services_partitions
resource.
Overview
Name | energy_services_partitions |
Type | Resource |
Id | azure_extras.open_energy_platform.energy_services_partitions |
Fields
Name | Datatype | Description |
---|---|---|
dataPartitionInfo | array | List of data partitions along with their properties in a given OEP resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroupName, resourceName, subscriptionId | Method 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 }}';