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

CostManagementExtensions.GetBenefitUtilizationSummariesByBillingProfileIdAsync 方法

定义

列出计费配置文件的节省计划利用率摘要。 支持粒度值:“Daily”和“Monthly”。

  • 请求路径/提供程序/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries
  • 操作IdBenefitUtilizationSummaries_ListByBillingProfileId
public static Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary> GetBenefitUtilizationSummariesByBillingProfileIdAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountId, string billingProfileId, Azure.ResourceManager.CostManagement.Models.GrainContent? grainParameter = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBenefitUtilizationSummariesByBillingProfileIdAsync : Azure.ResourceManager.Resources.TenantResource * string * string * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
<Extension()>
Public Function GetBenefitUtilizationSummariesByBillingProfileIdAsync (tenantResource As TenantResource, billingAccountId As String, billingProfileId As String, Optional grainParameter As Nullable(Of GrainContent) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BenefitUtilizationSummary)

参数

tenantResource
TenantResource

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

billingAccountId
String

计费帐户 ID。

billingProfileId
String

计费对象信息 ID。

grainParameter
Nullable<GrainContent>

粮食。

filter
String

支持按 properties/benefitId、properties/benefitOrderId 和 properties/usageDate 进行筛选。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

例外

billingAccountIdbillingProfileId 是空字符串,预期为非空。

billingAccountIdbillingProfileId 为 null。

适用于