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

AveragePartitionLoadScalingTrigger interface

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

属性

kind

多态鉴别器

lowerLoadThreshold

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

metricName

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

scaleIntervalInSeconds

决定是否缩放的时间段(以秒为单位)。

upperLoadThreshold

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

属性详细信息

kind

多态鉴别器

kind: "AveragePartitionLoad"

属性值

"AveragePartitionLoad"

lowerLoadThreshold

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

lowerLoadThreshold: string

属性值

string

metricName

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

metricName: string

属性值

string

scaleIntervalInSeconds

决定是否缩放的时间段(以秒为单位)。

scaleIntervalInSeconds: number

属性值

number

upperLoadThreshold

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

upperLoadThreshold: string

属性值

string