MachineLearningRegistryCollection.CreateOrUpdate Method

Definition

Create or update registry

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}
  • Operation Id: Registries_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string registryName, Azure.ResourceManager.MachineLearning.MachineLearningRegistryData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningRegistryData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningRegistryData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, registryName As String, data As MachineLearningRegistryData, Optional cancellationToken As CancellationToken = Nothing) As 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 is an empty string, and was expected to be non-empty.

registryName or data is null.

Applies to