InvoiceSectionsOperationsExtensions.CreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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> 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)
Paramètres
- operations
- IInvoiceSectionsOperations
Groupe d’opérations pour cette méthode d’extension.
- billingAccountName
- String
ID qui identifie de façon unique un compte de facturation.
- billingProfileName
- String
ID qui identifie de façon unique un profil de facturation.
- invoiceSectionName
- String
ID qui identifie de façon unique une section de facture.
- parameters
- InvoiceSection
Section nouvelle ou mise à jour de la facture.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET