PrivateEndpointConnection type

A private endpoint connection

type PrivateEndpointConnection = ProxyResource & {
  privateEndpoint?: PrivateEndpointProperty
  privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty
  provisioningState?: string
}