BillingPropertyOperationsExtensions Class

Definition

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