Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.bot_service.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe operation supported by Bot Service Management.
originstringThe origin of the operation.
propertiesobjectAdditional properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the available BotService operations.

SELECT examples

Lists all the available BotService operations.

SELECT
name,
display,
origin,
properties
FROM azure.bot_service.operations
;