Delen via


IBillingSubscriptionsOperations.UpdateWithHttpMessagesAsync Methode

Definitie

Updates de eigenschappen van een factureringsabonnement. Momenteel kan de kostenplaats worden bijgewerkt. De bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft-klantovereenkomst.

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))

Parameters

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

parameters
BillingSubscription

Aanvraagparameters die worden opgegeven voor de bewerking voor het bijwerken van het factureringsabonnement.

customHeaders
Dictionary<String,List<String>>

De headers die aan de aanvraag worden toegevoegd.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Uitzonderingen

Gegenereerd toen de bewerking een ongeldige statuscode retourneerde

Gegenereerd wanneer het antwoord niet kan worden gedeserialiseerd

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op