ArmServiceTypeHealthPolicy interface
表示用于评估属于服务类型的服务的运行状况的运行状况策略。
属性
| max |
在应用程序被视为错误之前,每个服务允许运行不正常的分区的最大百分比。 |
| max |
在应用程序被视为错误之前,每个分区允许运行不正常的副本的最大百分比。 |
| max |
在应用程序被视为错误之前,允许运行不正常的服务的最大百分比。 |
属性详细信息
maxPercentUnhealthyPartitionsPerService
在应用程序被视为错误之前,每个服务允许运行不正常的分区的最大百分比。
maxPercentUnhealthyPartitionsPerService?: number
属性值
number
maxPercentUnhealthyReplicasPerPartition
在应用程序被视为错误之前,每个分区允许运行不正常的副本的最大百分比。
maxPercentUnhealthyReplicasPerPartition?: number
属性值
number
maxPercentUnhealthyServices
在应用程序被视为错误之前,允许运行不正常的服务的最大百分比。
maxPercentUnhealthyServices?: number
属性值
number