GetLinkedWorkspacePlainArgs

data class GetLinkedWorkspacePlainArgs(val linkName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetLinkedWorkspacePlainArgs>

Constructors

Link copied to clipboard
fun GetLinkedWorkspacePlainArgs(linkName: String, resourceGroupName: String, workspaceName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetLinkedWorkspacePlainArgs

Properties

Link copied to clipboard

Friendly name of the linked workspace

Link copied to clipboard

Name of the resource group in which workspace is located.

Link copied to clipboard

Name of Azure Machine Learning workspace.