operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.time_series_insights.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on this particular object. |
display | `` | Contains the localized display information for this particular operation / action. |
origin | string | |
properties | object | Properties of operation, include metric specifications. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Time Series Insights related operations. |
SELECT
examples
Lists all of the available Time Series Insights related operations.
SELECT
name,
display,
origin,
properties
FROM azure.time_series_insights.operations
;