Add Remove Replica Scaling Mechanism Response
data class AddRemoveReplicaScalingMechanismResponse(val kind: String, val maxCount: Int, val minCount: Int, val scaleIncrement: Int)
Describes the horizontal auto scaling mechanism that adds or removes replicas (containers or container groups).