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

IBillingPropertyOperations 接口

定义

BillingPropertyOperations 操作。

public interface IBillingPropertyOperations
type IBillingPropertyOperations = interface
Public Interface IBillingPropertyOperations

方法

GetWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

获取订阅的计费属性。 协议类型为 企业协议 的计费帐户不支持此操作。 https://docs.microsoft.com/en-us/rest/api/billing/

UpdateWithHttpMessagesAsync(BillingProperty, Dictionary<String,List<String>>, CancellationToken)

汇报订阅的计费属性。 目前,可以更新成本中心。 仅协议类型为 Microsoft 客户协议 的计费帐户支持此操作。

扩展方法

Get(IBillingPropertyOperations)

获取订阅的计费属性。 协议类型为 企业协议 的计费帐户不支持此操作。 https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingPropertyOperations, CancellationToken)

获取订阅的计费属性。 协议类型为 企业协议 的计费帐户不支持此操作。 https://docs.microsoft.com/en-us/rest/api/billing/

Update(IBillingPropertyOperations, BillingProperty)

汇报订阅的计费属性。 目前,可以更新成本中心。 仅协议类型为 Microsoft 客户协议 的计费帐户支持此操作。

UpdateAsync(IBillingPropertyOperations, BillingProperty, CancellationToken)

汇报订阅的计费属性。 目前,可以更新成本中心。 仅协议类型为 Microsoft 客户协议 的计费帐户支持此操作。

适用于