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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript