Private Endpoint Connection Reference Response
data class PrivateEndpointConnectionReferenceResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)
A reference to a related private endpoint connection.
Constructors
Link copied to clipboard
constructor(id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, type: String)