BillingPropertyOperations interface
Interface representing a BillingProperty operations.
Properties
| get | Gets the billing properties for a subscription |
| update | Updates the billing property of a subscription. Currently, cost center can be updated for billing accounts with agreement type Microsoft Customer Agreement and subscription service usage address can be updated for billing accounts with agreement type Microsoft Online Service Program. |
Property Details
get
Gets the billing properties for a subscription
get: (options?: BillingPropertyGetOptionalParams) => Promise<BillingProperty>
Property Value
(options?: BillingPropertyGetOptionalParams) => Promise<BillingProperty>
update
Updates the billing property of a subscription. Currently, cost center can be updated for billing accounts with agreement type Microsoft Customer Agreement and subscription service usage address can be updated for billing accounts with agreement type Microsoft Online Service Program.
update: (parameters: BillingProperty, options?: BillingPropertyUpdateOptionalParams) => Promise<BillingProperty>
Property Value
(parameters: BillingProperty, options?: BillingPropertyUpdateOptionalParams) => Promise<BillingProperty>