Get Endpoint Connection Result
data class GetEndpointConnectionResult(val id: String, val location: String, val name: String, val networkInterfaces: List<GetEndpointConnectionNetworkInterface>, val privateServiceConnections: List<GetEndpointConnectionPrivateServiceConnection>, val resourceGroupName: String)
A collection of values returned by getEndpointConnection.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, networkInterfaces: List<GetEndpointConnectionNetworkInterface>, privateServiceConnections: List<GetEndpointConnectionPrivateServiceConnection>, resourceGroupName: String)