Dimension interface
List of Dimension.
- Extends
Properties
| category | Dimension category. |
| data | Dimension data. |
| description | Dimension description. |
| filter |
Filter enabled. |
| grouping |
Grouping enabled. |
| next |
The link (url) to the next page of results. |
| total | Total number of data for the dimension. |
| usage |
Usage end. |
| usage |
Usage start. |
Inherited Properties
| e |
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
category
Dimension category.
category?: string
Property Value
string
data
Dimension data.
data?: string[]
Property Value
string[]
description
Dimension description.
description?: string
Property Value
string
filterEnabled
Filter enabled.
filterEnabled?: boolean
Property Value
boolean
groupingEnabled
Grouping enabled.
groupingEnabled?: boolean
Property Value
boolean
nextLink
The link (url) to the next page of results.
nextLink?: string
Property Value
string
total
Total number of data for the dimension.
total?: number
Property Value
number
usageEnd
Usage end.
usageEnd?: Date
Property Value
Date
usageStart
Usage start.
usageStart?: Date
Property Value
Date
Inherited Property Details
eTag
ETag of the resource.
eTag?: string
Property Value
string
Inherited From CostManagementResource.eTag
id
location
Location of the resource.
location?: string
Property Value
string
Inherited From CostManagementResource.location
name
sku
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From CostManagementResource.tags