Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val etag: String, val id: String, val location: String? = null, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse? = null, val systemData: SystemDataResponse, val type: String)
The Private Endpoint Connection resource.
Constructors
Link copied to clipboard
constructor(etag: String, id: String, location: String? = null, name: String, properties: PrivateEndpointConnectionPropertiesResponse? = null, systemData: SystemDataResponse, type: String)