다음을 통해 공유


BillingSavingsPlanModelResource.Update Method

Definition

Update savings plan by billing account.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • Operation Id: SavingsPlans_UpdateByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: BillingSavingsPlanModelResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSavingsPlanModelResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Billing.Models.BillingSavingsPlanModelPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.BillingSavingsPlanModelPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSavingsPlanModelResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.BillingSavingsPlanModelPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSavingsPlanModelResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As BillingSavingsPlanModelPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of BillingSavingsPlanModelResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

patch
BillingSavingsPlanModelPatch

Request body for patching a savings plan order alias.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to