共用方式為


IBillingPropertyOperations 介面

定義

BillingPropertyOperations 作業。

public interface IBillingPropertyOperations
type IBillingPropertyOperations = interface
Public Interface IBillingPropertyOperations

方法

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

取得訂用帳戶的計費屬性。 合約類型為Enterprise 合約的計費帳戶不支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

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

更新訂用帳戶的計費屬性。 目前,可以更新成本中心。 只有合約類型為Microsoft 客戶合約的計費帳戶才支援此作業。

擴充方法

Get(IBillingPropertyOperations)

取得訂用帳戶的計費屬性。 合約類型為Enterprise 合約的計費帳戶不支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingPropertyOperations, CancellationToken)

取得訂用帳戶的計費屬性。 合約類型為Enterprise 合約的計費帳戶不支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

Update(IBillingPropertyOperations, BillingProperty)

更新訂用帳戶的計費屬性。 目前,可以更新成本中心。 只有合約類型為Microsoft 客戶合約的計費帳戶才支援此作業。

UpdateAsync(IBillingPropertyOperations, BillingProperty, CancellationToken)

更新訂用帳戶的計費屬性。 目前,可以更新成本中心。 只有合約類型為Microsoft 客戶合約的計費帳戶才支援此作業。

適用於