Udostępnij za pośrednictwem


IBillingSubscriptionsOperations.UpdateWithHttpMessagesAsync Metoda

Definicja

Aktualizacje właściwości subskrypcji rozliczeniowej. Obecnie centrum kosztów można zaktualizować. 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.BillingSubscription>> UpdateWithHttpMessagesAsync(string billingAccountName, Microsoft.Azure.Management.Billing.Models.BillingSubscription 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.BillingSubscription * 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.BillingSubscription>>
Public Function UpdateWithHttpMessagesAsync (billingAccountName As String, parameters As BillingSubscription, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BillingSubscription))

Parametry

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

parameters
BillingSubscription

Parametry żądania, które są dostarczane do operacji aktualizacji subskrypcji rozliczeniowej.

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