ภาษา

MachineLearningEnvironmentVersionCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string version, Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, version As String, data As MachineLearningEnvironmentVersionData, Optional cancellationToken As CancellationToken = Nothing) As 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