ภาษา

MachineLearningDataContainerResource.GetMachineLearningDataVersion Method

Definition

Gets a data version.

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

Parameters

version
String

Version identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

version is null.

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

Applies to