你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutoScaleConfiguration interface
AutoScale configuration properties.
Properties
max |
The maximum number of replicas for each service. |
min |
The minimum number of replicas for each service. |
refresh |
Refresh period in seconds. |
status | If auto-scale is enabled for all services. Each service can turn it off individually. |
target |
The target utilization. |
Property Details
maxReplicas
The maximum number of replicas for each service.
maxReplicas?: number
Property Value
number
minReplicas
The minimum number of replicas for each service.
minReplicas?: number
Property Value
number
refreshPeriodInSeconds
Refresh period in seconds.
refreshPeriodInSeconds?: number
Property Value
number
status
If auto-scale is enabled for all services. Each service can turn it off individually.
status?: string
Property Value
string
targetUtilization
The target utilization.
targetUtilization?: number
Property Value
number