InvoiceSectionsOperationsExtensions.BeginCreateOrUpdate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 Microsoft.Azure.Management.Billing.Models.InvoiceSection BeginCreateOrUpdate (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, Microsoft.Azure.Management.Billing.Models.InvoiceSection parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string * string * string * Microsoft.Azure.Management.Billing.Models.InvoiceSection -> Microsoft.Azure.Management.Billing.Models.InvoiceSection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, parameters As InvoiceSection) As 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.
Retornos
Aplica-se a
Azure SDK for .NET