getWorkspace

Gets the properties of the specified machine learning workspace. Uses Azure REST API version 2019-10-01.

Return

An object that represents a machine learning workspace.

Parameters

argument

null


suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult

Return

An object that represents a machine learning workspace.

Parameters

resourceGroupName

The name of the resource group to which the machine learning workspace belongs.

workspaceName

The name of the machine learning workspace.

See also


Return

An object that represents a machine learning workspace.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearning.kotlin.inputs.GetWorkspacePlainArgs.

See also