次の方法で共有


MachineLearningComputeResource.UpdateCustomServicesAsync メソッド

定義

カスタム サービスの一覧を更新します。 指定されたカスタム サービスの一覧は上書きされます

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/customServices
  • 操作IdCompute_UpdateCustomServices
public virtual System.Threading.Tasks.Task<Azure.Response> UpdateCustomServicesAsync (System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.CustomService> customServices, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateCustomServicesAsync : seq<Azure.ResourceManager.MachineLearning.Models.CustomService> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.UpdateCustomServicesAsync : seq<Azure.ResourceManager.MachineLearning.Models.CustomService> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UpdateCustomServicesAsync (customServices As IEnumerable(Of CustomService), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

customServices
IEnumerable<CustomService>

カスタム サービスの新しい一覧。

cancellationToken
CancellationToken

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

戻り値

例外

customServices が null です。

適用対象