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

ScaleRule interface

容器应用容器缩放规则。

属性

azureQueue

基于 Azure 队列的缩放。

custom

自定义缩放规则。

http

基于 HTTP 请求的缩放。

name

缩放规则名称

tcp

基于 Tcp 请求的缩放。

属性详细信息

azureQueue

基于 Azure 队列的缩放。

azureQueue?: QueueScaleRule

属性值

custom

自定义缩放规则。

custom?: CustomScaleRule

属性值

http

基于 HTTP 请求的缩放。

http?: HttpScaleRule

属性值

name

缩放规则名称

name?: string

属性值

string

tcp

基于 Tcp 请求的缩放。

tcp?: TcpScaleRule

属性值