次の方法で共有


IBillingPropertyOperations インターフェイス

定義

BillingPropertyOperations 操作。

public interface IBillingPropertyOperations
type IBillingPropertyOperations = interface
Public Interface IBillingPropertyOperations

メソッド

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

サブスクリプションの課金プロパティを取得します。 この操作は、契約の種類がEnterprise Agreement課金アカウントではサポートされていません。 https://docs.microsoft.com/en-us/rest/api/billing/

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

サブスクリプションの課金プロパティを更新します。 現時点では、コスト センターを更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

拡張メソッド

Get(IBillingPropertyOperations)

サブスクリプションの課金プロパティを取得します。 この操作は、契約の種類がEnterprise Agreement課金アカウントではサポートされていません。 https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingPropertyOperations, CancellationToken)

サブスクリプションの課金プロパティを取得します。 この操作は、契約の種類がEnterprise Agreement課金アカウントではサポートされていません。 https://docs.microsoft.com/en-us/rest/api/billing/

Update(IBillingPropertyOperations, BillingProperty)

サブスクリプションの課金プロパティを更新します。 現時点では、コスト センターを更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

UpdateAsync(IBillingPropertyOperations, BillingProperty, CancellationToken)

サブスクリプションの課金プロパティを更新します。 現時点では、コスト センターを更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

適用対象