PoolEnableAutoScaleParameter Constructors
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.
Overloads
PoolEnableAutoScaleParameter() |
Initializes a new instance of the PoolEnableAutoScaleParameter class. |
PoolEnableAutoScaleParameter(String, Nullable<TimeSpan>) |
Initializes a new instance of the PoolEnableAutoScaleParameter class. |
PoolEnableAutoScaleParameter()
Initializes a new instance of the PoolEnableAutoScaleParameter class.
public PoolEnableAutoScaleParameter ();
Public Sub New ()
Applies to
PoolEnableAutoScaleParameter(String, Nullable<TimeSpan>)
Initializes a new instance of the PoolEnableAutoScaleParameter class.
public PoolEnableAutoScaleParameter (string autoScaleFormula = default, TimeSpan? autoScaleEvaluationInterval = default);
new Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleParameter : string * Nullable<TimeSpan> -> Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleParameter
Public Sub New (Optional autoScaleFormula As String = Nothing, Optional autoScaleEvaluationInterval As Nullable(Of TimeSpan) = Nothing)
Parameters
- autoScaleFormula
- String
The formula for the desired number of Compute Nodes in the Pool.
The time interval at which to automatically adjust the Pool size according to the autoscale formula.
Applies to
Azure SDK for .NET