getPrivateEndpointConnection

Gets the specified private endpoint connection associated with the workspace. API Version: 2021-01-01.

Return

The Private Endpoint Connection resource.

Parameters

argument

null


suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetPrivateEndpointConnectionResult

Return

The Private Endpoint Connection resource.

Parameters

privateEndpointConnectionName

The name of the private endpoint connection associated with the workspace

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

The Private Endpoint Connection resource.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also