次の方法で共有


DevTestLabFormulaResource.UpdateAsync メソッド

定義

数式のタグを変更できます。 その他のプロパティはすべて無視されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}
  • 操作IdFormulas_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabFormulaResource>> UpdateAsync (Azure.ResourceManager.DevTestLabs.Models.DevTestLabFormulaPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabFormulaPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabFormulaResource>>
override this.UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabFormulaPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabFormulaResource>>
Public Overridable Function UpdateAsync (patch As DevTestLabFormulaPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabFormulaResource))

パラメーター

patch
DevTestLabFormulaPatch

イメージ ベースとその他のパラメーターを指定する、VM を作成するための数式。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象