adc_operations
Creates, updates, deletes, gets or lists a adc_operations
resource.
Overview
Name | adc_operations |
Type | Resource |
Id | azure.data_catalog.adc_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | object | The operation supported by Azure Data Catalog Service. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all the available Azure Data Catalog service operations. |
SELECT
examples
Lists all the available Azure Data Catalog service operations.
SELECT
name,
display
FROM azure.data_catalog.adc_operations
;