partner_topic_event_subscriptions_full_urls
Creates, updates, deletes, gets or lists a partner_topic_event_subscriptions_full_urls
resource.
Overview
Name | partner_topic_event_subscriptions_full_urls |
Type | Resource |
Id | azure.event_grid.partner_topic_event_subscriptions_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 | eventSubscriptionName, partnerTopicName, resourceGroupName, subscriptionId | Get the full endpoint URL for an event subscription of a partner topic. |
SELECT
examples
Get the full endpoint URL for an event subscription of a partner topic.
SELECT
endpointUrl
FROM azure.event_grid.partner_topic_event_subscriptions_full_urls
WHERE eventSubscriptionName = '{{ eventSubscriptionName }}'
AND partnerTopicName = '{{ partnerTopicName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';