Share via


BillingBenefitsSavingsPlanResource.Update Method

Definition

Update savings plan.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • Operation Id: SavingsPlan_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)

Parameters

patch
BillingBenefitsSavingsPlanPatch

Request body for patching a savings plan order alias.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to