ภาษา

MachineLearningWorkspaceResource.GetMachineLearningDatastore Method

Definition

Get datastore.

public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource> GetMachineLearningDatastore(string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningDatastore : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>
override this.GetMachineLearningDatastore : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>
Public Overridable Function GetMachineLearningDatastore (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningDatastoreResource)

Parameters

name
String

Datastore name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to