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

BatchAccountPoolAllocationState 枚举

定义

池是否正在调整大小。

public enum BatchAccountPoolAllocationState
type BatchAccountPoolAllocationState = 
Public Enum BatchAccountPoolAllocationState
继承
BatchAccountPoolAllocationState

字段

Resizing 1

池正在调整大小;也就是说,正在池中添加或删除计算节点。

Steady 0

池未调整大小。 池中正在进行的节点数没有更改。 池在创建时进入此状态,并且池上未执行任何操作来更改节点数。

Stopping 2

池正在调整大小,但用户已请求停止调整大小,但停止请求尚未完成。

适用于