你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ForecastDefinition interface

预测的定义。

属性

dataset

在此预测中对数据有定义。

includeActualCost

一个布尔值,用于确定是否将包含 actualCost。

includeFreshPartialCost

一个布尔值,用于确定是否将包含 FreshPartialCost。

timeframe

为预测拉取数据的时间范围。 如果为自定义,则必须提供特定的时间段。

timePeriod

具有用于拉取预测数据的时间段。

type

预测的类型。

属性详细信息

dataset

在此预测中对数据有定义。

dataset: ForecastDataset

属性值

includeActualCost

一个布尔值,用于确定是否将包含 actualCost。

includeActualCost?: boolean

属性值

boolean

includeFreshPartialCost

一个布尔值,用于确定是否将包含 FreshPartialCost。

includeFreshPartialCost?: boolean

属性值

boolean

timeframe

为预测拉取数据的时间范围。 如果为自定义,则必须提供特定的时间段。

timeframe: string

属性值

string

timePeriod

具有用于拉取预测数据的时间段。

timePeriod?: ForecastTimePeriod

属性值

type

预测的类型。

type: string

属性值

string