GetBudgetResourceGroupPlainArgs

data class GetBudgetResourceGroupPlainArgs(val name: String, val resourceGroupId: String) : ConvertibleToJava<GetBudgetResourceGroupPlainArgs>

A collection of arguments for invoking getBudgetResourceGroup.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupId: String)

Properties

Link copied to clipboard

The name of this Consumption Budget.

Link copied to clipboard

The ID of the subscription.

Functions

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