Lingua

MachineLearningRegistryCollection.CreateOrUpdateAsync Method

Definition

Create or update registry

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

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.

registryName
String

Name of Azure Machine Learning registry. This is case-insensitive.

data
MachineLearningRegistryData

Details required to create the registry.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

registryName or data is null.

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

Applies to