Skip to main content

bot_connection_service_providers

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

Overview

Namebot_connection_service_providers
TypeResource
Idazure.bot_service.bot_connection_service_providers

Fields

NameDatatypeDescription
propertiesobjectThe Object used to describe a Service Provider supported by Bot Service

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdLists the available Service Providers for creating Connection Settings

SELECT examples

Lists the available Service Providers for creating Connection Settings

SELECT
properties
FROM azure.bot_service.bot_connection_service_providers
WHERE subscriptionId = '{{ subscriptionId }}';