ArmConsumptionModelFactory.BudgetForecastSpend Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BudgetForecastSpend.
public static Azure.ResourceManager.Consumption.Models.BudgetForecastSpend BudgetForecastSpend(decimal? amount = default, string unit = default);
static member BudgetForecastSpend : Nullable<decimal> * string -> Azure.ResourceManager.Consumption.Models.BudgetForecastSpend
Public Shared Function BudgetForecastSpend (Optional amount As Nullable(Of Decimal) = Nothing, Optional unit As String = Nothing) As BudgetForecastSpend
Parameters
The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
- unit
- String
The unit of measure for the budget amount.
Returns
A new BudgetForecastSpend instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET