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

AveragePartitionLoadScalingTrigger interface

表示与分区指标/资源的平均负载相关的缩放触发器。

扩展

属性

kind

指定与此缩放策略关联的触发器。

lowerLoadThreshold

应执行缩放操作的负载的下限。

metricName

应跟踪其使用情况的指标的名称。

scaleInterval

决定是否缩放的时间段(以秒为单位)。 此属性应采用 ISO 8601 格式“hh:mm:ss”。

upperLoadThreshold

要执行横向扩展操作的负载上限。

属性详细信息

kind

指定与此缩放策略关联的触发器。

kind: "AveragePartitionLoadTrigger"

属性值

"AveragePartitionLoadTrigger"

lowerLoadThreshold

应执行缩放操作的负载的下限。

lowerLoadThreshold: number

属性值

number

metricName

应跟踪其使用情况的指标的名称。

metricName: string

属性值

string

scaleInterval

决定是否缩放的时间段(以秒为单位)。 此属性应采用 ISO 8601 格式“hh:mm:ss”。

scaleInterval: string

属性值

string

upperLoadThreshold

要执行横向扩展操作的负载上限。

upperLoadThreshold: number

属性值

number