BillingAccountsOperationsExtensions.Update Method

Definition

Updates the properties of a billing account. Currently, displayName and address can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

public static Microsoft.Azure.Management.Billing.Models.BillingAccount Update (this Microsoft.Azure.Management.Billing.IBillingAccountsOperations operations, string billingAccountName, Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest parameters);
static member Update : Microsoft.Azure.Management.Billing.IBillingAccountsOperations * string * Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest -> Microsoft.Azure.Management.Billing.Models.BillingAccount
<Extension()>
Public Function Update (operations As IBillingAccountsOperations, billingAccountName As String, parameters As BillingAccountUpdateRequest) As BillingAccount

Parameters

operations
IBillingAccountsOperations

The operations group for this extension method.

billingAccountName
String

The ID that uniquely identifies a billing account.

parameters
BillingAccountUpdateRequest

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

Returns

Applies to