IBillingPropertyOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BillingPropertyOperations operations.
public interface IBillingPropertyOperations
type IBillingPropertyOperations = interface
Public Interface IBillingPropertyOperations
Methods
GetWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Get the billing properties for a subscription. This operation is not supported for billing accounts with agreement type Enterprise Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
UpdateWithHttpMessagesAsync(BillingProperty, Dictionary<String,List<String>>, CancellationToken) |
Updates the billing property of a subscription. Currently, cost center can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
Extension Methods
Get(IBillingPropertyOperations) |
Get the billing properties for a subscription. This operation is not supported for billing accounts with agreement type Enterprise Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetAsync(IBillingPropertyOperations, CancellationToken) |
Get the billing properties for a subscription. This operation is not supported for billing accounts with agreement type Enterprise Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Update(IBillingPropertyOperations, BillingProperty) |
Updates the billing property of a subscription. Currently, cost center can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
UpdateAsync(IBillingPropertyOperations, BillingProperty, CancellationToken) |
Updates the billing property of a subscription. Currently, cost center can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
Applies to
Azure SDK for .NET