次の方法で共有


BillingBenefitsSavingsPlanResource.Update メソッド

定義

節約プランを更新します。

  • 要求パス/プロバイダー/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • 操作IdSavingsPlan_Update
public virtual Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource> Update (Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
override this.Update : Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
Public Overridable Function Update (patch As BillingBenefitsSavingsPlanPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingBenefitsSavingsPlanResource)

パラメーター

patch
BillingBenefitsSavingsPlanPatch

節約プランの注文エイリアスにパッチを適用するための要求本文。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象