GetLinkedWorkspacePlainArgs

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

Constructors

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

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.

Functions

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