次の方法で共有


DevTestLabFormulaResource.Update メソッド

定義

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

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

パラメーター

patch
DevTestLabFormulaPatch

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

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象