get Linked Workspace
Get the detail of a linked workspace. API Version: 2020-03-01.
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.