ArmServiceTypeHealthPolicyArgs

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.

Constructors

Link copied to clipboard
constructor(maxPercentUnhealthyPartitionsPerService: Output<Int>? = null, maxPercentUnhealthyReplicasPerPartition: Output<Int>? = null, maxPercentUnhealthyServices: Output<Int>? = null)

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
val maxPercentUnhealthyServices: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ArmServiceTypeHealthPolicyArgs