AutoscaleCapacity 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
AutoscaleCapacity() |
Initializes a new instance of the AutoscaleCapacity class. |
AutoscaleCapacity(Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the AutoscaleCapacity class. |
AutoscaleCapacity()
Initializes a new instance of the AutoscaleCapacity class.
public AutoscaleCapacity ();
Public Sub New ()
Applies to
AutoscaleCapacity(Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the AutoscaleCapacity class.
public AutoscaleCapacity (int? minInstanceCount = default, int? maxInstanceCount = default);
new Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity
Public Sub New (Optional minInstanceCount As Nullable(Of Integer) = Nothing, Optional maxInstanceCount As Nullable(Of Integer) = Nothing)