operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.data_factory.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | `` | Metadata associated with the operation. |
origin | string | The intended executor of the operation. |
properties | object | Additional details about an 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,
origin,
properties
FROM azure.data_factory.operations
;