Budget.UpdateStages.WithAmount Interface
public static interface Budget.UpdateStages.WithAmount
The stage of the Budget update allowing to specify amount.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withAmount(BigDecimal amount)
Specifies the amount property: The total amount of cost to track with the budget. |
Method Details
withAmount
public abstract Budget.Update withAmount(BigDecimal amount)
Specifies the amount property: The total amount of cost to track with the budget.
Parameters:
amount
- The total amount of cost to track with the budget.
Returns:
the next definition stage.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java