Skip to main content

adc_catalogst_by_resource_groups

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

Overview

Nameadc_catalogst_by_resource_groups
TypeResource
Idazure.data_catalog.adc_catalogst_by_resource_groups

Fields

NameDatatypeDescription
idstringResource Id
namestringResource name
etagstringResource etag
locationstringResource location
propertiesobjectProperties of the data catalog.
tagsobjectResource tags
typestringResource type

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, subscriptionIdThe List catalogs in Resource Group operation lists all the Azure Data Catalogs available under the given resource group.

SELECT examples

The List catalogs in Resource Group operation lists all the Azure Data Catalogs available under the given resource group.

SELECT
id,
name,
etag,
location,
properties,
tags,
type
FROM azure.data_catalog.adc_catalogst_by_resource_groups
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';