Partager via


InvoiceSectionsOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

Crée ou met à jour une section de facture. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat Contrat client 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)

Paramètres

operations
IInvoiceSectionsOperations

Groupe d’opérations pour cette méthode d’extension.

billingAccountName
String

ID qui identifie de manière unique un compte de facturation.

billingProfileName
String

ID qui identifie de manière unique un profil de facturation.

invoiceSectionName
String

ID qui identifie de manière unique une section de facture.

parameters
InvoiceSection

Section nouvelle ou mise à jour de la facture.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à