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).
Constructors
Link copied to clipboard
fun AddRemoveReplicaScalingMechanismResponse(kind: String, maxCount: Int, minCount: Int, scaleIncrement: Int)