get Report By Billing Account
suspend fun getReportByBillingAccount(argument: GetReportByBillingAccountPlainArgs): GetReportByBillingAccountResult
Gets the report for a billing account by report name. API Version: 2018-08-01-preview.
Return
A report resource.
Parameters
argument
null
suspend fun getReportByBillingAccount(billingAccountId: String, reportName: String): GetReportByBillingAccountResult
Return
A report resource.
Parameters
billing Account Id
BillingAccount ID
report Name
Report Name.
See also
suspend fun getReportByBillingAccount(argument: suspend GetReportByBillingAccountPlainArgsBuilder.() -> Unit): GetReportByBillingAccountResult
Return
A report resource.
Parameters
argument
Builder for com.pulumi.azurenative.costmanagement.kotlin.inputs.GetReportByBillingAccountPlainArgs.