你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AveragePartitionLoadScalingTrigger
表示与分区指标/资源的平均负载相关的缩放触发器。
属性
名称 | 类型 | 必须 |
---|---|---|
MetricName |
string | 是 |
LowerLoadThreshold |
字符串(双精度) | 是 |
UpperLoadThreshold |
字符串(双精度) | 是 |
ScaleIntervalInSeconds |
整数 (int64) | 是 |
MetricName
类型:字符串
必需:是
应跟踪其使用情况的指标的名称。
LowerLoadThreshold
类型:双) (字符串
必需:是
应执行缩小操作的负载下限。
UpperLoadThreshold
类型:双) (字符串
必需:是
负载的上限,超出该上限时应执行横向扩展操作。
ScaleIntervalInSeconds
类型:整数 (int64)
必需:是
InclusiveMaximum: 4294967295
InclusiveMinimum: 0
决定是否缩放的时间段(以秒为单位)。