get Machine Learning Datastore
suspend fun getMachineLearningDatastore(argument: GetMachineLearningDatastorePlainArgs): GetMachineLearningDatastoreResult
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
datastore Name
The Datastore name.
resource Group Name
Name of the resource group in which workspace is located.
workspace Name
Name of Azure Machine Learning workspace.
See also
suspend fun getMachineLearningDatastore(argument: suspend GetMachineLearningDatastorePlainArgsBuilder.() -> Unit): GetMachineLearningDatastoreResult
Return
Machine Learning datastore object wrapped into ARM resource envelope.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetMachineLearningDatastorePlainArgs.