Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val etag: String, val id: String, val name: String, val properties: RemotePrivateEndpointConnectionResponse, val type: String)
Private Endpoint Connection ARM resource.
Constructors
Link copied to clipboard
constructor(etag: String, id: String, name: String, properties: RemotePrivateEndpointConnectionResponse, type: String)