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.
Constructors
Link copied to clipboard
fun ArmServiceTypeHealthPolicyArgs(maxPercentUnhealthyPartitionsPerService: Output<Int>? = null, maxPercentUnhealthyReplicasPerPartition: Output<Int>? = null, maxPercentUnhealthyServices: Output<Int>? = null)