Privatelink Functions
object PrivatelinkFunctions
Functions
Link copied to clipboard
suspend fun getEndpointConnection(argument: GetEndpointConnectionPlainArgs): GetEndpointConnectionResult
Use this data source to access the connection status information about an existing Private Endpoint Connection.
suspend fun getEndpointConnection(argument: suspend GetEndpointConnectionPlainArgsBuilder.() -> Unit): GetEndpointConnectionResult
suspend fun getEndpointConnection(name: String, resourceGroupName: String): GetEndpointConnectionResult
Link copied to clipboard
Use this data source to access information about an existing Private Link Service.
Link copied to clipboard
suspend fun getServiceEndpointConnections(argument: GetServiceEndpointConnectionsPlainArgs): GetServiceEndpointConnectionsResult
Use this data source to access endpoint connection information about an existing Private Link Service.
suspend fun getServiceEndpointConnections(argument: suspend GetServiceEndpointConnectionsPlainArgsBuilder.() -> Unit): GetServiceEndpointConnectionsResult
suspend fun getServiceEndpointConnections(resourceGroupName: String, serviceId: String): GetServiceEndpointConnectionsResult