Arm Service Type Health Policy Response
data class ArmServiceTypeHealthPolicyResponse(val maxPercentUnhealthyPartitionsPerService: Int? = null, val maxPercentUnhealthyReplicasPerPartition: Int? = null, val maxPercentUnhealthyServices: Int? = null)
Represents the health policy used to evaluate the health of services belonging to a service type.
Constructors
Link copied to clipboard
fun ArmServiceTypeHealthPolicyResponse(maxPercentUnhealthyPartitionsPerService: Int? = null, maxPercentUnhealthyReplicasPerPartition: Int? = null, maxPercentUnhealthyServices: Int? = null)