PoolEvaluateAutoScaleParameter 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
PoolEvaluateAutoScaleParameter() |
Initializes a new instance of the PoolEvaluateAutoScaleParameter class. |
PoolEvaluateAutoScaleParameter(String) |
Initializes a new instance of the PoolEvaluateAutoScaleParameter class. |
PoolEvaluateAutoScaleParameter()
Initializes a new instance of the PoolEvaluateAutoScaleParameter class.
public PoolEvaluateAutoScaleParameter ();
Public Sub New ()
Applies to
PoolEvaluateAutoScaleParameter(String)
Initializes a new instance of the PoolEvaluateAutoScaleParameter class.
public PoolEvaluateAutoScaleParameter (string autoScaleFormula);
new Microsoft.Azure.Batch.Protocol.Models.PoolEvaluateAutoScaleParameter : string -> Microsoft.Azure.Batch.Protocol.Models.PoolEvaluateAutoScaleParameter
Public Sub New (autoScaleFormula As String)
Parameters
- autoScaleFormula
- String
The formula for the desired number of Compute Nodes in the Pool.