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

The following fields are returned by SELECT queries:

If resource is retrieved successfully, the service should return 200 (OK).

NameDatatypeDescription
propertiesobjectThe Properties of a Service Provider Object

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionIdLists the available Service Providers for creating Connection Settings

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringAzure Subscription ID.

SELECT examples

Lists the available Service Providers for creating Connection Settings

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