AddRemoveReplicaScalingMechanism interface

Describes the horizontal auto scaling mechanism that adds or removes replicas (containers or container groups).

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

maxCount

Maximum number of containers (scale up won't be performed above this number).

minCount

Minimum number of containers (scale down won't be performed below this number).

scaleIncrement

Each time auto scaling is performed, this number of containers will be added or removed.

Property Details

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "AddRemoveReplica"

Property Value

"AddRemoveReplica"

maxCount

Maximum number of containers (scale up won't be performed above this number).

maxCount: number

Property Value

number

minCount

Minimum number of containers (scale down won't be performed below this number).

minCount: number

Property Value

number

scaleIncrement

Each time auto scaling is performed, this number of containers will be added or removed.

scaleIncrement: number

Property Value

number