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

ClusterUpdateStrategy interface

ClusterUpdateStrategy 表示更新群集的策略。

属性

maxUnavailable

可在更新增量内脱机的辅助角色节点的最大数目,例如逐机架。 按增量限制的最大计算机数。 默认为整个增量大小。

strategyType

运行时保护的操作模式。

thresholdType

选择应如何评估阈值。

thresholdValue

数值阈值。

waitTimeMinutes

策略定义的更新增量之间的等待时间。

属性详细信息

maxUnavailable

可在更新增量内脱机的辅助角色节点的最大数目,例如逐机架。 按增量限制的最大计算机数。 默认为整个增量大小。

maxUnavailable?: number

属性值

number

strategyType

运行时保护的操作模式。

strategyType: string

属性值

string

thresholdType

选择应如何评估阈值。

thresholdType: string

属性值

string

thresholdValue

数值阈值。

thresholdValue: number

属性值

number

waitTimeMinutes

策略定义的更新增量之间的等待时间。

waitTimeMinutes?: number

属性值

number