Skip to main content

accounts_channel_types

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

Overview

Nameaccounts_channel_types
TypeResource
Idazure.engagement_fabric.accounts_channel_types

Fields

NameDatatypeDescription
channelDescriptionstringText description for the channel
channelFunctionsarrayAll the available functions for the channel
channelTypestringChannel type

Methods

NameAccessible byRequired ParamsDescription
listSELECTaccountName, resourceGroupName, subscriptionId

SELECT examples

SELECT
channelDescription,
channelFunctions,
channelType
FROM azure.engagement_fabric.accounts_channel_types
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';