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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET