AutoScaleSettings 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
AutoScaleSettings() |
Initializes a new instance of the AutoScaleSettings class. |
AutoScaleSettings(Int32, Int32, Nullable<Int32>) |
Initializes a new instance of the AutoScaleSettings class. |
AutoScaleSettings()
Initializes a new instance of the AutoScaleSettings class.
public AutoScaleSettings ();
Public Sub New ()
Applies to
AutoScaleSettings(Int32, Int32, Nullable<Int32>)
Initializes a new instance of the AutoScaleSettings class.
public AutoScaleSettings (int minimumNodeCount, int maximumNodeCount, int? initialNodeCount = default);
new Microsoft.Azure.Management.BatchAI.Models.AutoScaleSettings : int * int * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.AutoScaleSettings
Public Sub New (minimumNodeCount As Integer, maximumNodeCount As Integer, Optional initialNodeCount As Nullable(Of Integer) = Nothing)
Parameters
- minimumNodeCount
- Int32
Minimum node count.
- maximumNodeCount
- Int32
Maximum node count.
Applies to
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 .NET