Skip to main content

vw_private_endpoints

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

Overview

Namevw_private_endpoints
TypeView
Idazure.network.vw_private_endpoints

Fields

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

SQL Definition

SELECT
id as id,
name as name,
extendedLocation as extended_location,
etag as etag,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.subnet') as "subnet",
JSON_EXTRACT(properties, '$.networkInterfaces') as "network_interfaces",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.privateLinkServiceConnections') as "private_link_service_connections",
JSON_EXTRACT(properties, '$.manualPrivateLinkServiceConnections') as "manual_private_link_service_connections",
JSON_EXTRACT(properties, '$.customDnsConfigs') as "custom_dns_configs",
JSON_EXTRACT(properties, '$.applicationSecurityGroups') as "application_security_groups",
JSON_EXTRACT(properties, '$.ipConfigurations') as "ip_configurations",
JSON_EXTRACT(properties, '$.customNetworkInterfaceName') as "custom_network_interface_name",
subscriptionId,
resourceGroupName,
privateEndpointName
FROM azure.network.private_endpoints
WHERE subscriptionId = 'replace-me';