OperationResourceMetricSpecification interface
作显示资源对象。
属性
| aggregation |
指标的聚合类型。 |
| dimensions | 指标规范的维度。 |
| display |
显示指标的说明。 |
| display |
指标的显示名称。 |
| fill |
用零填充指标中的空白。 |
| name | 指标的名称。 |
| unit | 指标的单位。 |
属性详细信息
aggregationType
指标的聚合类型。
aggregationType?: string
属性值
string
dimensions
指标规范的维度。
dimensions?: OperationResourceMetricSpecificationDimension[]
属性值
displayDescription
显示指标的说明。
displayDescription?: string
属性值
string
displayName
指标的显示名称。
displayName?: string
属性值
string
fillGapWithZero
用零填充指标中的空白。
fillGapWithZero?: boolean
属性值
boolean
name
指标的名称。
name?: string
属性值
string
unit
指标的单位。
unit?: string
属性值
string