getMachineLearningDatastore

Get a Datastore by name. Uses Azure REST API version 2020-05-01-preview.

Return

Machine Learning datastore object wrapped into ARM resource envelope.

Parameters

argument

null


suspend fun getMachineLearningDatastore(datastoreName: String, resourceGroupName: String, workspaceName: String): GetMachineLearningDatastoreResult

Return

Machine Learning datastore object wrapped into ARM resource envelope.

Parameters

datastoreName

The Datastore name.

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Machine Learning datastore object wrapped into ARM resource envelope.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetMachineLearningDatastorePlainArgs.

See also