BillingBenefitsSavingsPlanResource.ValidateUpdate 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
public virtual Azure.Pageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult> ValidateUpdate (Azure.ResourceManager.BillingBenefits.Models.SavingsPlanUpdateValidateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateUpdate : Azure.ResourceManager.BillingBenefits.Models.SavingsPlanUpdateValidateContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult>
override this.ValidateUpdate : Azure.ResourceManager.BillingBenefits.Models.SavingsPlanUpdateValidateContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult>
Public Overridable Function ValidateUpdate (content As SavingsPlanUpdateValidateContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SavingsPlanValidateResult)
Parameters
- content
- SavingsPlanUpdateValidateContent
Request body for validating a savings plan patch request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SavingsPlanValidateResult that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET