你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingBenefitsExtensions.ValidatePurchaseAsync 方法

定义

验证节省计划购买。

  • 请求路径/提供程序/Microsoft.BillingBenefits/validate
  • 操作 IdValidatePurchase
public static Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult> ValidatePurchaseAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.BillingBenefits.Models.SavingsPlanPurchaseValidateContent content, System.Threading.CancellationToken cancellationToken = default);
static member ValidatePurchaseAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.BillingBenefits.Models.SavingsPlanPurchaseValidateContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.Models.SavingsPlanValidateResult>
<Extension()>
Public Function ValidatePurchaseAsync (tenantResource As TenantResource, content As SavingsPlanPurchaseValidateContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SavingsPlanValidateResult)

参数

tenantResource
TenantResource

方法 TenantResource 将对其执行的实例。

content
SavingsPlanPurchaseValidateContent

用于验证购买节省计划的请求正文。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 SavingsPlanValidateResult ,可能需要循环访问多个服务请求。

例外

content 为 null。

适用于