Skip to main content

vw_application_gateway_private_endpoint_connections

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

Overview

Namevw_application_gateway_private_endpoint_connections
TypeView
Idazure.network.vw_application_gateway_private_endpoint_connections

Fields

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

SQL Definition

SELECT
id as id,
name as name,
etag as etag,
type as type,
JSON_EXTRACT(properties, '$.privateEndpoint') as "private_endpoint",
JSON_EXTRACT(properties, '$.privateLinkServiceConnectionState') as "private_link_service_connection_state",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.linkIdentifier') as "link_identifier",
subscriptionId,
resourceGroupName,
applicationGatewayName,
connectionName
FROM azure.network.application_gateway_private_endpoint_connections
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND applicationGatewayName = 'replace-me';