operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.ad_hybrid_health_service.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation. |
display | object | The display details for the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists the available Azure Data Factory API operations. |
SELECT
examples
Lists the available Azure Data Factory API operations.
SELECT
name,
display
FROM azure.ad_hybrid_health_service.operations
;