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

DynamicExecutorAllocation interface

动态执行程序分配属性

属性

enabled

指示是否启用动态执行程序分配。

maxExecutors

分配的执行程序的最大数目

minExecutors

分配的执行程序最小数目

属性详细信息

enabled

指示是否启用动态执行程序分配。

enabled?: boolean

属性值

boolean

maxExecutors

分配的执行程序的最大数目

maxExecutors?: number

属性值

number

minExecutors

分配的执行程序最小数目

minExecutors?: number

属性值

number