GetBudgetPlainArgs

data class GetBudgetPlainArgs(val budgetName: String, val scope: String) : ConvertibleToJava<GetBudgetPlainArgs>

Constructors

Link copied to clipboard
constructor(budgetName: String, scope: String)

Properties

Link copied to clipboard

Budget Name.

Link copied to clipboard

The scope associated with budget operations. Supported scopes for CategoryType: Cost Azure RBAC Scopes:

Functions

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