Udostępnij za pośrednictwem


IPoliciesOperations.UpdateWithHttpMessagesAsync Metoda

Definicja

Aktualizacje zasad dla profilu rozliczeniowego. 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.Policy>> UpdateWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Microsoft.Azure.Management.Billing.Models.Policy parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Billing.Models.Policy * 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.Policy>>
Public Function UpdateWithHttpMessagesAsync (billingAccountName As String, billingProfileName As String, parameters As Policy, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Policy))

Parametry

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

billingProfileName
String

Identyfikator, który jednoznacznie identyfikuje profil rozliczeniowy.

parameters
Policy

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

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