MachineLearningRegistryResource.UpdateAsync Method

Definition

Update tags

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}
  • Operation Id: Registries_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>> UpdateAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningRegistryPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningRegistryPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>>
override this.UpdateAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningRegistryPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>>
Public Overridable Function UpdateAsync (patch As MachineLearningRegistryPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningRegistryResource))

Parameters

patch
MachineLearningRegistryPatch

Details required to create the registry.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to