Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_isv.elastic.operations

Fields

NameDatatypeDescription
namestringOperation name, i.e., {provider}/{resource}/{operation}.
displayobjectThe object that represents the operation.
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECT

SELECT examples

SELECT
name,
display,
isDataAction,
origin
FROM azure_isv.elastic.operations
;