GetWorkspaceConnectionPlainArgs

data class GetWorkspaceConnectionPlainArgs(val connectionName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetWorkspaceConnectionPlainArgs>

Constructors

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

Properties

Link copied to clipboard

Friendly name of the workspace connection

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(): GetWorkspaceConnectionPlainArgs