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

ServiceTypeHealthPolicy.MaxPercentUnhealthyPartitionsPerService 属性

定义

获取或设置每个服务允许的最大不正常分区百分比。

public byte MaxPercentUnhealthyPartitionsPerService { get; set; }
member this.MaxPercentUnhealthyPartitionsPerService : byte with get, set
Public Property MaxPercentUnhealthyPartitionsPerService As Byte

属性值

返回每个服务允许的最大不正常分区百分比。 允许的值为 Byte 0 到 100。

例外

指定的值超出了从 0 到 100 的整数值范围。

注解

该百分比表示在将服务视为出错之前,可以运行不正常的分区的最大容许百分比。 如果遵循百分比,但至少有一个不正常的分区,则运行状况评估为“警告”。 这是通过将不正常分区数除以服务中分区总数计算得出的。 计算向上舍入,以容忍少量分区出现一次故障。 默认百分比:零。

适用于