Skip to main content

vw_managed_private_endpoints

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

Overview

Namevw_managed_private_endpoints
TypeView
Idazure.dashboard.vw_managed_private_endpoints

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.privateLinkResourceId') as "private_link_resource_id",
JSON_EXTRACT(properties, '$.privateLinkResourceRegion') as "private_link_resource_region",
JSON_EXTRACT(properties, '$.groupIds') as "group_ids",
JSON_EXTRACT(properties, '$.requestMessage') as "request_message",
JSON_EXTRACT(properties, '$.connectionState') as "connection_state",
JSON_EXTRACT(properties, '$.privateLinkServiceUrl') as "private_link_service_url",
JSON_EXTRACT(properties, '$.privateLinkServicePrivateIP') as "private_link_service_private_ip",
subscriptionId,
resourceGroupName,
workspaceName,
managedPrivateEndpointName
FROM azure.dashboard.managed_private_endpoints
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';