Private Endpoint Connection Properties Response
data class PrivateEndpointConnectionPropertiesResponse(val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse)
The properties of a private endpoint connection
Constructors
Link copied to clipboard
fun PrivateEndpointConnectionPropertiesResponse(privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse)