Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val id: String, val location: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionStateResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val type: String)
Properties of the PrivateEndpointConnection.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: ConnectionStateResponse? = null, provisioningState: String? = null, systemData: SystemDataResponse, type: String)