list Billing Account Invoice Sections By Create Subscription Permission
suspend fun listBillingAccountInvoiceSectionsByCreateSubscriptionPermission(argument: ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionPlainArgs): ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult
Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. Uses Azure REST API version 2020-05-01. Other available API versions: 2019-10-01-preview, 2024-04-01.
Return
The list of invoice section properties with create subscription permission.
Parameters
argument
null
suspend fun listBillingAccountInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: String): ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult
Return
The list of invoice section properties with create subscription permission.
Parameters
billing Account Name
The ID that uniquely identifies a billing account.
See also
suspend fun listBillingAccountInvoiceSectionsByCreateSubscriptionPermission(argument: suspend ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionPlainArgsBuilder.() -> Unit): ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult
Return
The list of invoice section properties with create subscription permission.
Parameters
argument
Builder for com.pulumi.azurenative.billing.kotlin.inputs.ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionPlainArgs.