ArmServiceTypeHealthPolicyResponse

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
constructor(maxPercentUnhealthyPartitionsPerService: Int? = null, maxPercentUnhealthyReplicasPerPartition: Int? = null, maxPercentUnhealthyServices: Int? = null)

Types

Link copied to clipboard
object Companion

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.