get Linked Workspace
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
link Name
Friendly name of the linked workspace
resource Group Name
Name of the resource group in which workspace is located.
workspace Name
Name of Azure Machine Learning workspace.
See also
suspend fun getLinkedWorkspace(argument: suspend GetLinkedWorkspacePlainArgsBuilder.() -> Unit): GetLinkedWorkspaceResult
Return
Linked workspace.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetLinkedWorkspacePlainArgs.