Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.autonomous_dev_platform.operations

Fields

NameDatatypeDescription
namestringName of the operation
actionTypestringIndicates the action type
displayobjectOperation display payload
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation
propertiesobjectAdditional details about an operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Autonomous Development Platform provider operations

SELECT examples

Lists all of the available Autonomous Development Platform provider operations

SELECT
name,
actionType,
display,
isDataAction,
origin,
properties
FROM azure.autonomous_dev_platform.operations
;