IBillingPropertyOperations Interface

Definition

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