Skip to main content

vw_partner_destinations

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

Overview

Namevw_partner_destinations
TypeView
Idazure.event_grid.vw_partner_destinations

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
tags as tags,
systemData as system_data,
JSON_EXTRACT(properties, '$.partnerRegistrationImmutableId') as "partner_registration_immutable_id",
JSON_EXTRACT(properties, '$.endpointServiceContext') as "endpoint_service_context",
JSON_EXTRACT(properties, '$.expirationTimeIfNotActivatedUtc') as "expiration_time_if_not_activated_utc",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.activationState') as "activation_state",
JSON_EXTRACT(properties, '$.endpointBaseUrl') as "endpoint_base_url",
JSON_EXTRACT(properties, '$.messageForActivation') as "message_for_activation",
subscriptionId,
resourceGroupName,
partnerDestinationName
FROM azure.event_grid.partner_destinations
WHERE subscriptionId = 'replace-me';