operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.data_lake_analytics.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation. |
display | object | The display information for a particular operation. |
origin | string | The intended executor of the operation. |
properties | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Data Lake Analytics REST API operations. |
SELECT
examples
Lists all of the available Data Lake Analytics REST API operations.
SELECT
name,
display,
origin,
properties
FROM azure.data_lake_analytics.operations
;