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