Udostępnij za pośrednictwem


IBillingAccountsOperations.UpdateWithHttpMessagesAsync Metoda

Definicja

Aktualizacje właściwości konta rozliczeniowego. Obecnie można zaktualizować nazwę wyświetlaną i adres. Ta operacja jest obsługiwana tylko w przypadku kont rozliczeniowych z typem umowy Umowa z Klientem Microsoft.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.BillingAccount>> UpdateWithHttpMessagesAsync (string billingAccountName, Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.BillingAccount>>
Public Function UpdateWithHttpMessagesAsync (billingAccountName As String, parameters As BillingAccountUpdateRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BillingAccount))

Parametry

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

parameters
BillingAccountUpdateRequest

Parametry żądania podane w operacji aktualizacji konta rozliczeniowego.

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy