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

ConsumptionExtensions.GetConsumptionChargesAsync 方法

定义

列出基于定义的范围的费用。

  • 请求路径/{scope}/providers/Microsoft.Consumption/charge
  • 操作IdCharges_List
public static Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary> GetConsumptionChargesAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string startDate = default, string endDate = default, string filter = default, string apply = default, System.Threading.CancellationToken cancellationToken = default);
static member GetConsumptionChargesAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary>
<Extension()>
Public Function GetConsumptionChargesAsync (client As ArmClient, scope As ResourceIdentifier, Optional startDate As String = Nothing, Optional endDate As String = Nothing, Optional filter As String = Nothing, Optional apply As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConsumptionChargeSummary)

参数

client
ArmClient

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

scope
ResourceIdentifier

资源将应用于的范围。

startDate
String

开始日期。

endDate
String

结束日期。

filter
String

可用于按 properties/usageEnd (Utc 时间) 、properties/usageStart (Utc 时间) 筛选费用。 筛选器支持“eq”、“lt”、“gt”、“le”、“ge”和”。 它当前不支持“ne”、“or”或“not”。 标记筛选器是键值对字符串,其中键和值用冒号 (:) 分隔。

apply
String

可用于按 properties/billingProfileId、properties/invoiceSectionId、properties/customerId (特定于 Partner Led) 或 billingProfile 范围按 properties/invoiceSectionId 对 billingProfile 范围的费用进行分组。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于