Resource Type: Azure > Network > Private Endpoints
The Private Endpoints resource type is a network interface that connects you privately and securely to a service powered by Azure Private Link. This can be used to create new secure and private connections to Azure services.
Resource Context
Private Endpoints is a part of the Network service.
Each Private Endpoints lives under a Resource Group.
Controls
The primary controls for Azure > Network > Private Endpoints are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-network#/resource/types/privateEndpoints
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-network#/resource/types/privateEndpoints"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/privateEndpoints';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-network#/resource/types/privateEndpoints"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/privateEndpoints' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query