operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.health_bot.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Operation display payload |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | Origin of the operation |
properties | object | Additional properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all the available Azure Health Bot operations. |
SELECT
examples
Lists all the available Azure Health Bot operations.
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure_extras.health_bot.operations
;