IBillingPropertyOperations インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 顧客契約の課金アカウントでのみサポートされます。 |
適用対象
Azure SDK for .NET