Bagikan melalui


AzureHDInsightAutoscaleCapacity Constructors

Definition

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

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))

Parameters

minInstanceCount
Nullable<Int32>
maxInstanceCount
Nullable<Int32>

Applies to