Private Endpoint Connection Data Model Response
data class PrivateEndpointConnectionDataModelResponse(val id: String, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse? = null, val type: String)
The Data Model for a Private Endpoint Connection associated with a Private Link Scope
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: PrivateEndpointConnectionPropertiesResponse? = null, type: String)