ForecastDefinition interface
The definition of a forecast.
Properties
dataset | Has definition for data in this forecast. |
include |
A boolean determining if actualCost will be included. |
include |
A boolean determining if FreshPartialCost will be included. |
timeframe | The time frame for pulling data for the forecast. If custom, then a specific time period must be provided. |
time |
Has time period for pulling data for the forecast. |
type | The type of the forecast. |
Property Details
dataset
includeActualCost
A boolean determining if actualCost will be included.
includeActualCost?: boolean
Property Value
boolean
includeFreshPartialCost
A boolean determining if FreshPartialCost will be included.
includeFreshPartialCost?: boolean
Property Value
boolean
timeframe
The time frame for pulling data for the forecast. If custom, then a specific time period must be provided.
timeframe: string
Property Value
string
timePeriod
Has time period for pulling data for the forecast.
timePeriod?: ForecastTimePeriod
Property Value
type
The type of the forecast.
type: string
Property Value
string
Azure SDK for JavaScript