Condividi tramite


IInvoiceSectionsOperations.BeginCreateOrUpdateWithHttpMessagesAsync Metodo

Definizione

Crea o aggiorna una sezione della fattura. L'operazione è supportata solo per gli account di fatturazione con il tipo di contratto Contratto del cliente Microsoft.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.InvoiceSection,Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders>> BeginCreateOrUpdateWithHttpMessagesAsync (string billingAccountName, string billingProfileName, string invoiceSectionName, Microsoft.Azure.Management.Billing.Models.InvoiceSection parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Billing.Models.InvoiceSection * 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.InvoiceSection, Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (billingAccountName As String, billingProfileName As String, invoiceSectionName As String, parameters As InvoiceSection, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of InvoiceSection, InvoiceSectionsCreateOrUpdateHeaders))

Parametri

billingAccountName
String

ID che identifica in modo univoco un account di fatturazione.

billingProfileName
String

ID che identifica in modo univoco un profilo di fatturazione.

invoiceSectionName
String

ID che identifica in modo univoco una sezione della fattura.

parameters
InvoiceSection

Sezione nuova o aggiornata della fattura.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando non è possibile deserializzare la risposta

Generato quando un parametro obbligatorio è Null

Si applica a