Get Service Endpoint Connections Result
data class GetServiceEndpointConnectionsResult(val id: String, val location: String, val privateEndpointConnections: List<GetServiceEndpointConnectionsPrivateEndpointConnection>, val resourceGroupName: String, val serviceId: String, val serviceName: String)
A collection of values returned by getServiceEndpointConnections.
Constructors
Link copied to clipboard
fun GetServiceEndpointConnectionsResult(id: String, location: String, privateEndpointConnections: List<GetServiceEndpointConnectionsPrivateEndpointConnection>, resourceGroupName: String, serviceId: String, serviceName: String)