Compartilhar via


InvoiceSectionsOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria ou atualiza uma seção da fatura. A operação tem suporte apenas para contas de cobrança com o tipo de contrato Contrato de Cliente da Microsoft.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, parameters As InvoiceSection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InvoiceSection)

Parâmetros

operations
IInvoiceSectionsOperations

O grupo de operações para esse método de extensão.

billingAccountName
String

A ID que identifica exclusivamente uma conta de cobrança.

billingProfileName
String

A ID que identifica exclusivamente um perfil de cobrança.

invoiceSectionName
String

A ID que identifica exclusivamente uma seção da fatura.

parameters
InvoiceSection

A seção da fatura nova ou atualizada.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a