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

ArmServiceTypeHealthPolicy interface

Represents the health policy used to evaluate the health of services belonging to a service type.

Properties

maxPercentUnhealthyPartitionsPerService

The maximum percentage of partitions per service allowed to be unhealthy before your application is considered in error.

maxPercentUnhealthyReplicasPerPartition

The maximum percentage of replicas per partition allowed to be unhealthy before your application is considered in error.

maxPercentUnhealthyServices

The maximum percentage of services allowed to be unhealthy before your application is considered in error.

Property Details

maxPercentUnhealthyPartitionsPerService

The maximum percentage of partitions per service allowed to be unhealthy before your application is considered in error.

maxPercentUnhealthyPartitionsPerService?: number

Property Value

number

maxPercentUnhealthyReplicasPerPartition

The maximum percentage of replicas per partition allowed to be unhealthy before your application is considered in error.

maxPercentUnhealthyReplicasPerPartition?: number

Property Value

number

maxPercentUnhealthyServices

The maximum percentage of services allowed to be unhealthy before your application is considered in error.

maxPercentUnhealthyServices?: number

Property Value

number