ภาษา

MachineLearningEnvironmentContainerResource.GetMachineLearningEnvironmentVersion Method

Definition

Gets an environment version.

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

Parameters

version
String

Version identifier. This is case-sensitive.

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