Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.time_series_insights.operations

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object.
display``Contains the localized display information for this particular operation / action.
originstring
propertiesobjectProperties of operation, include metric specifications.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists 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
;