ForecastResult interface

Result of forecast. It contains all columns listed under groupings and aggregation.

Extends

Properties

columns

Array of columns

nextLink

The link (url) to the next page of results.

rows

Array of rows

Inherited Properties

eTag

ETag of the resource.

id

Resource Id.

location

Location of the resource.

name

Resource name.

sku

SKU of the resource.

tags

Resource tags.

type

Resource type.

Property Details

columns

Array of columns

columns?: ForecastColumn[]

Property Value

The link (url) to the next page of results.

nextLink?: string

Property Value

string

rows

Array of rows

rows?: any[][]

Property Value

any[][]

Inherited Property Details

eTag

ETag of the resource.

eTag?: string

Property Value

string

Inherited From CostManagementResource.eTag

id

Resource Id.

id?: string

Property Value

string

Inherited From CostManagementResource.id

location

Location of the resource.

location?: string

Property Value

string

Inherited From CostManagementResource.location

name

Resource name.

name?: string

Property Value

string

Inherited From CostManagementResource.name

sku

SKU of the resource.

sku?: string

Property Value

string

Inherited From CostManagementResource.sku

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From CostManagementResource.tags

type

Resource type.

type?: string

Property Value

string

Inherited From CostManagementResource.type