你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConsumptionExtensions.GetConsumptionCharges 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
列出基于定义的范围的费用。
- 请求路径/{scope}/providers/Microsoft.Consumption/charge
- 操作IdCharges_List
public static Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary> GetConsumptionCharges (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 GetConsumptionCharges : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary>
<Extension()>
Public Function GetConsumptionCharges (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 Pageable(Of ConsumptionChargeSummary)
参数
- 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
要使用的取消标记。