operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.stream_analytics.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on this particular object. |
display | object | Contains the localized display information for this particular operation / action. |
isDataAction | boolean | Indicates whether the operation is a data action |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Stream Analytics related operations. |
SELECT
examples
Lists all of the available Stream Analytics related operations.
SELECT
name,
display,
isDataAction
FROM azure.stream_analytics.operations
;