get Workspace
Gets the properties of the specified machine learning workspace. API Version: 2017-05-01-preview.
Return
An object that represents a machine learning team account workspace.
Parameters
argument
null
suspend fun getWorkspace(accountName: String, resourceGroupName: String, workspaceName: String): GetWorkspaceResult
Return
An object that represents a machine learning team account workspace.
Parameters
account Name
The name of the machine learning team account.
resource Group Name
The name of the resource group to which the machine learning team account belongs.
workspace Name
The name of the machine learning team account workspace.
See also
suspend fun getWorkspace(argument: suspend GetWorkspacePlainArgsBuilder.() -> Unit): GetWorkspaceResult
Return
An object that represents a machine learning team account workspace.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningexperimentation.kotlin.inputs.GetWorkspacePlainArgs.