Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.stream_analytics.operations

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object.
displayobjectContains the localized display information for this particular operation / action.
isDataActionbooleanIndicates whether the operation is a data action

Methods

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