AzureHDInsightAutoscaleCapacity 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
AzureHDInsightAutoscaleCapacity(AutoscaleCapacity) | |
AzureHDInsightAutoscaleCapacity(Nullable<Int32>, Nullable<Int32>) |
AzureHDInsightAutoscaleCapacity(AutoscaleCapacity)
public AzureHDInsightAutoscaleCapacity (Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity capacity);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCapacity : Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCapacity
Public Sub New (capacity As AutoscaleCapacity)
Parameters
- capacity
- AutoscaleCapacity
Applies to
AzureHDInsightAutoscaleCapacity(Nullable<Int32>, Nullable<Int32>)
public AzureHDInsightAutoscaleCapacity (int? minInstanceCount, int? maxInstanceCount);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCapacity : Nullable<int> * Nullable<int> -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCapacity
Public Sub New (minInstanceCount As Nullable(Of Integer), maxInstanceCount As Nullable(Of Integer))