PoolEnableAutoScaleParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for enabling automatic scaling on a Pool.
public class PoolEnableAutoScaleParameter
type PoolEnableAutoScaleParameter = class
Public Class PoolEnableAutoScaleParameter
- Inheritance
-
PoolEnableAutoScaleParameter
Constructors
PoolEnableAutoScaleParameter() |
Initializes a new instance of the PoolEnableAutoScaleParameter class. |
PoolEnableAutoScaleParameter(String, Nullable<TimeSpan>) |
Initializes a new instance of the PoolEnableAutoScaleParameter class. |
Properties
AutoScaleEvaluationInterval |
Gets or sets the time interval at which to automatically adjust the Pool size according to the autoscale formula. |
AutoScaleFormula |
Gets or sets the formula for the desired number of Compute Nodes in the Pool. |
Applies to
Azure SDK for .NET