Skip to main content

data_controllers

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

Overview

Namedata_controllers
TypeResource
Idazure.azure_arc_data.data_controllers

Fields

NameDatatypeDescription
extendedLocationobjectThe complex type of the extended location.
locationstringThe geo-location where the resource lives
propertiesobjectThe data controller properties.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
list_in_groupSELECTresourceGroupName, subscriptionId
list_in_subscriptionSELECTsubscriptionId
patch_data_controllerEXECdataControllerName, resourceGroupName, subscriptionIdUpdates a dataController resource
put_data_controllerEXECdataControllerName, resourceGroupName, subscriptionId, data__propertiesCreates or replaces a dataController resource

SELECT examples

SELECT
extendedLocation,
location,
properties,
tags
FROM azure.azure_arc_data.data_controllers
WHERE subscriptionId = '{{ subscriptionId }}';