PrivateEndpointConnection type

프라이빗 엔드포인트 연결

type PrivateEndpointConnection = ProxyResource & {
  privateEndpoint?: PrivateEndpoint
  privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState
  provisioningState?: string
}