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

BillingBenefitsExtensions.GetBillingBenefitsSavingsPlansAsync 方法

定义

列出节省计划。

  • 请求路径/providers/Microsoft.BillingBenefits/savingsPlans
  • 操作IdSavingsPlan_ListAll
public static Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource> GetBillingBenefitsSavingsPlansAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.BillingBenefits.Models.TenantResourceGetBillingBenefitsSavingsPlansOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingBenefitsSavingsPlansAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.BillingBenefits.Models.TenantResourceGetBillingBenefitsSavingsPlansOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
<Extension()>
Public Function GetBillingBenefitsSavingsPlansAsync (tenantResource As TenantResource, options As TenantResourceGetBillingBenefitsSavingsPlansOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingBenefitsSavingsPlanResource)

参数

tenantResource
TenantResource

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

options
TenantResourceGetBillingBenefitsSavingsPlansOptions

包含此方法的所有参数(LRO 限定符和请求上下文参数除外)的属性包。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 BillingBenefitsSavingsPlanResource ,可能需要多个服务请求进行迭代。

适用于