Freigeben über


MachineLearningRegistryResource.UpdateAsync Methode

Definition

Aktualisieren von Tags

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}
  • Vorgangs-IdRegistries_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))

Parameter

patch
MachineLearningRegistryPatch

Details, die zum Erstellen der Registrierung erforderlich sind.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: