Aracılığıyla paylaş


PrivateEndpointConnection type

Özel uç nokta bağlantısı

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