Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val eTag: String? = null, val id: String, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse, val type: String)
A private endpoint connection for a project.
Constructors
Link copied to clipboard
constructor(eTag: String? = null, id: String, name: String, properties: PrivateEndpointConnectionPropertiesResponse, type: String)