get Invoice Section
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
billing Account Name
The ID that uniquely identifies a billing account.
billing Profile Name
The ID that uniquely identifies a billing profile.
invoice Section Name
The ID that uniquely identifies an invoice section.
See also
suspend fun getInvoiceSection(argument: suspend GetInvoiceSectionPlainArgsBuilder.() -> Unit): GetInvoiceSectionResult
Return
An invoice section.
Parameters
argument
Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetInvoiceSectionPlainArgs.