你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchAccountPoolAllocationState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
池是否正在调整大小。
public enum BatchAccountPoolAllocationState
type BatchAccountPoolAllocationState =
Public Enum BatchAccountPoolAllocationState
- 继承
-
BatchAccountPoolAllocationState
字段
Resizing | 1 | 池正在调整大小;也就是说,正在池中添加或删除计算节点。 |
Steady | 0 | 池未调整大小。 池中正在进行的节点数没有更改。 池在创建时进入此状态,并且池上未执行任何操作来更改节点数。 |
Stopping | 2 | 池正在调整大小,但用户已请求停止调整大小,但停止请求尚未完成。 |