Condividi tramite


InvoiceSectionsOperationsExtensions.BeginCreateOrUpdateAsync 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 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)

Parametri

operations
IInvoiceSectionsOperations

Gruppo di operazioni per questo metodo di estensione.

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.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a