Lingua

MachineLearningEnvironmentVersionCollection.CreateOrUpdateAsync Method

Definition

Creates or updates an EnvironmentVersion.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}.
  • Operation Id. : EnvironmentVersionOperationGroup_CreateOrUpdate.
  • Default Api Version. : 2026-07-01.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string version, Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, version As String, data As MachineLearningEnvironmentVersionData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MachineLearningEnvironmentVersionResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

version
String

Version identifier. This is case-sensitive.

data
MachineLearningEnvironmentVersionData

Definition of EnvironmentVersion.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

version or data is null.

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

Applies to