getLinkedWorkspace

Get the detail of a linked workspace. Uses Azure REST API version 2020-05-15-preview. Other available API versions: 2020-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Linked workspace.

Parameters

argument

null


suspend fun getLinkedWorkspace(linkName: String, resourceGroupName: String, workspaceName: String): GetLinkedWorkspaceResult

Return

Linked workspace.

Parameters

linkName

Friendly name of the linked workspace

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Linked workspace.

Parameters

argument

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

See also