Package-level declarations
Types
Link copied to clipboard
data class BudgetArgs(val amount: Output<Double>? = null, val budgetName: Output<String>? = null, val category: Output<Either<String, CategoryType>>? = null, val eTag: Output<String>? = null, val filter: Output<BudgetFilterArgs>? = null, val notifications: Output<Map<String, NotificationArgs>>? = null, val scope: Output<String>? = null, val timeGrain: Output<Either<String, TimeGrainType>>? = null, val timePeriod: Output<BudgetTimePeriodArgs>? = null) : ConvertibleToJava<BudgetArgs>
A budget resource. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2019-10-01. Other available API versions: 2017-12-30-preview, 2018-10-01, 2019-05-01, 2019-06-01, 2023-11-01.
Link copied to clipboard
class BudgetArgsBuilder
Builder for BudgetArgs.
Link copied to clipboard
Link copied to clipboard
class BudgetResourceBuilder
Builder for Budget.
Link copied to clipboard
object ConsumptionFunctions