BillingBenefitsSavingsPlanResource.ValidateUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validate savings plan patch.
- Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}/validate
- Operation Id: SavingsPlan_ValidateUpdate
- Default Api Version: 2022-11-01
- Resource: BillingBenefitsSavingsPlanResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult> ValidateUpdateAsync(Azure.ResourceManager.BillingBenefits.Models.SavingsPlanUpdateValidateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateUpdateAsync : Azure.ResourceManager.BillingBenefits.Models.SavingsPlanUpdateValidateContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult>
override this.ValidateUpdateAsync : Azure.ResourceManager.BillingBenefits.Models.SavingsPlanUpdateValidateContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult>
Public Overridable Function ValidateUpdateAsync (content As SavingsPlanUpdateValidateContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SavingsPlanValidateResult)
Parameters
- content
- SavingsPlanUpdateValidateContent
Request body for validating a savings plan patch request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of SavingsPlanValidateResult that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET