accounts_channel_types
Creates, updates, deletes, gets or lists a accounts_channel_types
resource.
Overview
Name | accounts_channel_types |
Type | Resource |
Id | azure.engagement_fabric.accounts_channel_types |
Fields
Name | Datatype | Description |
---|---|---|
channelDescription | string | Text description for the channel |
channelFunctions | array | All the available functions for the channel |
channelType | string | Channel type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
channelDescription,
channelFunctions,
channelType
FROM azure.engagement_fabric.accounts_channel_types
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';