GetEndpointConnectionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The supported Azure location where the resource exists.

Link copied to clipboard

The name of the private endpoint.

Link copied to clipboard