channels_full_urls
Creates, updates, deletes, gets or lists a channels_full_urls
resource.
Overview
Name | channels_full_urls |
Type | Resource |
Id | azure.event_grid.channels_full_urls |
Fields
Name | Datatype | Description |
---|---|---|
endpointUrl | string | The URL that represents the endpoint of the destination of an event subscription. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | channelName, partnerNamespaceName, resourceGroupName, subscriptionId | Get the full endpoint URL of a partner destination channel. |
SELECT
examples
Get the full endpoint URL of a partner destination channel.
SELECT
endpointUrl
FROM azure.event_grid.channels_full_urls
WHERE channelName = '{{ channelName }}'
AND partnerNamespaceName = '{{ partnerNamespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';