Sdílet prostřednictvím


InvoiceSectionsOperationsExtensions.CreateOrUpdateAsync Metoda

Definice

Vytvoří nebo aktualizuje oddíl faktury. Tato operace se podporuje jenom u fakturačních účtů s typem smlouvy Smlouva se zákazníkem Microsoftu.

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

Skupina operací pro tuto rozšiřující metodu.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName
String

ID, které jednoznačně identifikuje fakturační profil.

invoiceSectionName
String

ID, které jednoznačně identifikuje oddíl faktury.

parameters
InvoiceSection

Nový nebo aktualizovaný oddíl faktury

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro