Arm Service Type Health Policy Args
data class ArmServiceTypeHealthPolicyArgs(val maxPercentUnhealthyPartitionsPerService: Output<Int>? = null, val maxPercentUnhealthyReplicasPerPartition: Output<Int>? = null, val maxPercentUnhealthyServices: Output<Int>? = null) : ConvertibleToJava<ArmServiceTypeHealthPolicyArgs>
Represents the health policy used to evaluate the health of services belonging to a service type.
Properties
Link copied to clipboard
The maximum percentage of partitions per service allowed to be unhealthy before your application is considered in error.
Link copied to clipboard
The maximum percentage of replicas per partition allowed to be unhealthy before your application is considered in error.
Link copied to clipboard
The maximum percentage of services allowed to be unhealthy before your application is considered in error.