InvoiceSectionsOperationsExtensions.CreateOrUpdateAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy lub aktualizuje sekcję faktury. Operacja jest obsługiwana tylko w przypadku kont rozliczeniowych z typem umowy Umowa z Klientem Microsoft.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, Microsoft.Azure.Management.Billing.Models.InvoiceSection parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string * string * string * Microsoft.Azure.Management.Billing.Models.InvoiceSection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, parameters As InvoiceSection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InvoiceSection)
Parametry
- operations
- IInvoiceSectionsOperations
Grupa operacji dla tej metody rozszerzenia.
- billingAccountName
- String
Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.
- billingProfileName
- String
Identyfikator, który jednoznacznie identyfikuje profil rozliczeniowy.
- invoiceSectionName
- String
Identyfikator, który jednoznacznie identyfikuje sekcję faktury.
- parameters
- InvoiceSection
Nowa lub zaktualizowana sekcja faktury.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Dotyczy
Azure SDK for .NET