OptimizedAutoscale interface
A class that contains the optimized auto scale definition.
Properties
is |
A boolean value that indicate if the optimized autoscale feature is enabled or not. |
maximum | Maximum allowed instances count. |
minimum | Minimum allowed instances count. |
version | The version of the template defined, for instance 1. |
Property Details
isEnabled
A boolean value that indicate if the optimized autoscale feature is enabled or not.
isEnabled: boolean
Property Value
boolean
maximum
Maximum allowed instances count.
maximum: number
Property Value
number
minimum
Minimum allowed instances count.
minimum: number
Property Value
number
version
The version of the template defined, for instance 1.
version: number
Property Value
number