ArmServiceTypeHealthPolicy interface
Represents the health policy used to evaluate the health of services belonging to a service type.
Properties
max |
The maximum percentage of partitions per service allowed to be unhealthy before your application is considered in error. |
max |
The maximum percentage of replicas per partition allowed to be unhealthy before your application is considered in error. |
max |
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