Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.health_bot.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectOperation display payload
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation
propertiesobjectAdditional properties.

Methods

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