operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.autonomous_dev_platform.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
actionType | string | Indicates the action type |
display | object | Operation display payload |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | Origin of the operation |
properties | object | Additional details about an operation |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;