你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BillingProfileConsumptionResource.GetReservationTransactions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计费对象信息范围内预留实例的事务列表。 退款交易与其购买交易 (即在购买计费月份) 一起过帐。 例如,在 2021 年 5 月请求退款。 此退款交易的事件日期为 2021 年 5 月,但计费月份为购买预留时的 2020 年 4 月。
- Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.Consumption/reservationTransactions
- 操作IdReservationTransactions_ListByBillingProfile
public virtual Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionModernReservationTransaction> GetReservationTransactions (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReservationTransactions : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionModernReservationTransaction>
override this.GetReservationTransactions : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionModernReservationTransaction>
Public Overridable Function GetReservationTransactions (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConsumptionModernReservationTransaction)
参数
- filter
- String
按日期范围筛选预留交易。 开始日期和结束日期的属性/EventDate。 筛选器支持“le”和“ge”。 注意:API 返回整个开始日期和结束日期的计费月份的数据。 例如,filter properties/eventDate+ge+2020-01-01+AND+properties/eventDate+le+2020-12-29 将包含整个 2020 年 12 月 (即将包含 12 月 30 日和 31) 日期的记录。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
可能需要多个服务请求来循环访问的 的 ConsumptionModernReservationTransaction 集合。