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

AverageServiceLoadScalingTrigger.LowerLoadThreshold 属性

定义

获取或设置特定指标的负载值的下限。 如果某个时间段内的平均负载小于此值,则由 Service Fabric 平台执行缩放。

public double LowerLoadThreshold { get; set; }
member this.LowerLoadThreshold : double with get, set
Public Property LowerLoadThreshold As Double

属性值

指标负载值的下限。

适用于