BillingPropertyOperationsExtensions Class
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.
Extension methods for BillingPropertyOperations.
public static class BillingPropertyOperationsExtensions
type BillingPropertyOperationsExtensions = class
Public Module BillingPropertyOperationsExtensions
- Inheritance
-
BillingPropertyOperationsExtensions
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