BillingPropertyOperationsExtensions.Update Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET