BillingPropertyOperationsExtensions.Update Method

Definition

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.

public static Microsoft.Azure.Management.Billing.Models.BillingProperty Update (this Microsoft.Azure.Management.Billing.IBillingPropertyOperations operations, Microsoft.Azure.Management.Billing.Models.BillingProperty parameters);
static member Update : Microsoft.Azure.Management.Billing.IBillingPropertyOperations * Microsoft.Azure.Management.Billing.Models.BillingProperty -> Microsoft.Azure.Management.Billing.Models.BillingProperty
<Extension()>
Public Function Update (operations As IBillingPropertyOperations, parameters As BillingProperty) As BillingProperty

Parameters

operations
IBillingPropertyOperations

The operations group for this extension method.

parameters
BillingProperty

Request parameters that are provided to the update billing property operation.

Returns

Applies to