bot_connection_service_providers
Creates, updates, deletes, gets or lists a bot_connection_service_providers
resource.
Overview
Name | bot_connection_service_providers |
Type | Resource |
Id | azure.bot_service.bot_connection_service_providers |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | The Object used to describe a Service Provider supported by Bot Service |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists 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 }}';