MachineLearningRegistryResource.UpdateAsync メソッド

定義

タグを更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}
  • 操作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))

パラメーター

patch
MachineLearningRegistryPatch

レジストリを作成するために必要な詳細。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

patch が null です。

適用対象