Report By Billing Account Args
data class ReportByBillingAccountArgs(val billingAccountId: Output<String>? = null, val definition: Output<ReportDefinitionArgs>? = null, val deliveryInfo: Output<ReportDeliveryInfoArgs>? = null, val format: Output<Either<String, FormatType>>? = null, val reportName: Output<String>? = null, val schedule: Output<ReportScheduleArgs>? = null) : ConvertibleToJava<ReportByBillingAccountArgs>
A report resource. Azure REST API version: 2018-08-01-preview. Prior API version in Azure Native 1.x: 2018-08-01-preview.
Constructors
Link copied to clipboard
fun ReportByBillingAccountArgs(billingAccountId: Output<String>? = null, definition: Output<ReportDefinitionArgs>? = null, deliveryInfo: Output<ReportDeliveryInfoArgs>? = null, format: Output<Either<String, FormatType>>? = null, reportName: Output<String>? = null, schedule: Output<ReportScheduleArgs>? = null)