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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET