Skip to main content

vw_partner_namespaces

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

Overview

Namevw_partner_namespaces
TypeView
Idazure.event_grid.vw_partner_namespaces

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, '$.privateEndpointConnections') as "private_endpoint_connections",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.partnerRegistrationFullyQualifiedId') as "partner_registration_fully_qualified_id",
JSON_EXTRACT(properties, '$.minimumTlsVersionAllowed') as "minimum_tls_version_allowed",
JSON_EXTRACT(properties, '$.endpoint') as "endpoint",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.inboundIpRules') as "inbound_ip_rules",
JSON_EXTRACT(properties, '$.disableLocalAuth') as "disable_local_auth",
JSON_EXTRACT(properties, '$.partnerTopicRoutingMode') as "partner_topic_routing_mode",
subscriptionId,
resourceGroupName,
partnerNamespaceName
FROM azure.event_grid.partner_namespaces
WHERE subscriptionId = 'replace-me';