adc_catalogst_by_resource_groups
Creates, updates, deletes, gets or lists a adc_catalogst_by_resource_groups
resource.
Overview
Name | adc_catalogst_by_resource_groups |
Type | Resource |
Id | azure.data_catalog.adc_catalogst_by_resource_groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
etag | string | Resource etag |
location | string | Resource location |
properties | object | Properties of the data catalog. |
tags | object | Resource tags |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroupName, subscriptionId | The 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 }}';