getInvoiceSection

Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. Uses Azure REST API version 2024-04-01.

Return

An invoice section.

Parameters

argument

null


suspend fun getInvoiceSection(billingAccountName: String, billingProfileName: String, invoiceSectionName: String): GetInvoiceSectionResult

Return

An invoice section.

Parameters

billingAccountName

The ID that uniquely identifies a billing account.

billingProfileName

The ID that uniquely identifies a billing profile.

invoiceSectionName

The ID that uniquely identifies an invoice section.

See also


Return

An invoice section.

Parameters

argument

Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetInvoiceSectionPlainArgs.

See also