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

ClusterConfigurationUpgradeDescription

介绍独立群集配置升级的参数。

属性

名称 类型 必须
ClusterConfig string
HealthCheckRetryTimeout string (duration)
HealthCheckWaitDurationInSeconds string (duration)
HealthCheckStableDurationInSeconds string (duration)
UpgradeDomainTimeoutInSeconds string (duration)
UpgradeTimeoutInSeconds string (duration)
MaxPercentUnhealthyApplications integer
MaxPercentUnhealthyNodes integer
MaxPercentDeltaUnhealthyNodes integer
MaxPercentUpgradeDomainDeltaUnhealthyNodes integer
ApplicationHealthPolicies ApplicationHealthPolicies

ClusterConfig

类型:字符串
必需:是

作为 JSON 字符串的群集配置。 例如, 此文件 包含描述 群集的节点和其他属性的 JSON。


HealthCheckRetryTimeout

类型:字符串 (持续时间)
必需:否
默认

应用程序或群集不正常时尝试执行运行状况检查所间隔的时间长度。


HealthCheckWaitDurationInSeconds

类型:字符串 (持续时间)
必需:否
默认

启动运行状况检查进程之前,完成升级域后等待的时间长度。


HealthCheckStableDurationInSeconds

类型:字符串 (持续时间)
必需:否
默认

应用程序或群集在升级到下一个升级域之前必须保持正常运行的时间长度。


UpgradeDomainTimeoutInSeconds

类型:字符串 (持续时间)
必需:否
默认

升级域的超时。


UpgradeTimeoutInSeconds

类型:字符串 (持续时间)
必需:否
默认

升级超时。


MaxPercentUnhealthyApplications

类型:整数
必需:否
默认

升级过程中允许的不正常应用程序最大百分比。 允许的值为 0 到 100 的整数值。


MaxPercentUnhealthyNodes

类型:整数
必需:否
默认

升级过程中允许的不正常节点最大百分比。 允许的值为 0 到 100 的整数值。


MaxPercentDeltaUnhealthyNodes

类型:整数
必需:否
默认

升级过程中允许的增量运行状况降级最大百分比。 允许的值为 0 到 100 的整数值。


MaxPercentUpgradeDomainDeltaUnhealthyNodes

类型:整数
必需:否
默认

升级过程中允许的升级域增量运行状况降级最大百分比。 允许的值为 0 到 100 的整数值。


ApplicationHealthPolicies

类型ApplicationHealthPolicies
必需:否

定义用于评估应用程序或其子实体之一的运行状况的应用程序运行状况策略映射。