data_controllers
Creates, updates, deletes, gets or lists a data_controllers
resource.
Overview
Name | data_controllers |
Type | Resource |
Id | azure.azure_arc_data.data_controllers |
Fields
Name | Datatype | Description |
---|---|---|
extendedLocation | object | The complex type of the extended location. |
location | string | The geo-location where the resource lives |
properties | object | The data controller properties. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_in_group | SELECT | resourceGroupName, subscriptionId | |
list_in_subscription | SELECT | subscriptionId | |
patch_data_controller | EXEC | dataControllerName, resourceGroupName, subscriptionId | Updates a dataController resource |
put_data_controller | EXEC | dataControllerName, resourceGroupName, subscriptionId, data__properties | Creates or replaces a dataController resource |
SELECT
examples
SELECT
extendedLocation,
location,
properties,
tags
FROM azure.azure_arc_data.data_controllers
WHERE subscriptionId = '{{ subscriptionId }}';