你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MetricSpecification interface
操作的指标规范。
属性
aggregation |
聚合类型可以为 Average。 |
category | 此指标规范所属的类别可以是“容量”。 |
dimensions | Blob 的维度,包括 Blob 类型和访问层。 |
display |
显示指标规范的说明。 |
display |
指标规范的显示名称。 |
fill |
用于确定是否为零的填充间距的属性。 |
name | 指标规范的名称。 |
resource |
帐户资源 ID。 |
unit | 单位可以是字节或计数。 |
属性详细信息
aggregationType
聚合类型可以为 Average。
aggregationType?: string
属性值
string
category
此指标规范所属的类别可以是“容量”。
category?: string
属性值
string
dimensions
displayDescription
显示指标规范的说明。
displayDescription?: string
属性值
string
displayName
指标规范的显示名称。
displayName?: string
属性值
string
fillGapWithZero
用于确定是否为零的填充间距的属性。
fillGapWithZero?: boolean
属性值
boolean
name
指标规范的名称。
name?: string
属性值
string
resourceIdDimensionNameOverride
帐户资源 ID。
resourceIdDimensionNameOverride?: string
属性值
string
unit
单位可以是字节或计数。
unit?: string
属性值
string