ResourceGroupCostManagementExportExportDataOptionsArgs

data class ResourceGroupCostManagementExportExportDataOptionsArgs(val timeFrame: Output<String>, val type: Output<String>) : ConvertibleToJava<ResourceGroupCostManagementExportExportDataOptionsArgs>

Constructors

constructor(timeFrame: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val timeFrame: Output<String>

The time frame for pulling data for the query. If custom, then a specific time period must be provided. Possible values include: WeekToDate, MonthToDate, BillingMonthToDate, TheLast7Days, TheLastMonth, TheLastBillingMonth, Custom.

Link copied to clipboard
val type: Output<String>

The type of the query. Possible values are ActualCost, AmortizedCost and Usage.

Functions

Link copied to clipboard
open override fun toJava(): ResourceGroupCostManagementExportExportDataOptionsArgs