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

ArmServiceTypeHealthPolicy interface

表示用于评估属于服务类型的服务的运行状况的运行状况策略。

属性

maxPercentUnhealthyPartitionsPerService

在应用程序被视为错误之前,每个服务允许运行不正常的分区的最大百分比。

maxPercentUnhealthyReplicasPerPartition

在应用程序被视为错误之前,每个分区允许运行不正常的副本的最大百分比。

maxPercentUnhealthyServices

在应用程序被视为错误之前,允许运行不正常的服务的最大百分比。

属性详细信息

maxPercentUnhealthyPartitionsPerService

在应用程序被视为错误之前,每个服务允许运行不正常的分区的最大百分比。

maxPercentUnhealthyPartitionsPerService?: number

属性值

number

maxPercentUnhealthyReplicasPerPartition

在应用程序被视为错误之前,每个分区允许运行不正常的副本的最大百分比。

maxPercentUnhealthyReplicasPerPartition?: number

属性值

number

maxPercentUnhealthyServices

在应用程序被视为错误之前,允许运行不正常的服务的最大百分比。

maxPercentUnhealthyServices?: number

属性值

number