InvoiceSectionsOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.Billing.Models.InvoiceSection CreateOrUpdate (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, Microsoft.Azure.Management.Billing.Models.InvoiceSection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string * string * string * Microsoft.Azure.Management.Billing.Models.InvoiceSection -> Microsoft.Azure.Management.Billing.Models.InvoiceSection
<Extension()>
Public Function CreateOrUpdate (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, parameters As InvoiceSection) As 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.
Retours
S’applique à
Azure SDK for .NET