次の方法で共有


BillingAccountsOperationsExtensions.BeginUpdate メソッド

定義

課金アカウントのプロパティを更新します。 現在、displayName と address は更新できます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

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

パラメーター

operations
IBillingAccountsOperations

この拡張メソッドの操作グループ。

billingAccountName
String

課金アカウントを一意に識別する ID。

parameters
BillingAccountUpdateRequest

課金アカウントの更新操作に指定された要求パラメーター。

戻り値

適用対象