ArmHDInsightModelFactory.HDInsightAutoScaleCapacity Method

Definition

public static Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleCapacity HDInsightAutoScaleCapacity(int? minInstanceCount = default, int? maxInstanceCount = default);
static member HDInsightAutoScaleCapacity : Nullable<int> * Nullable<int> -> Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleCapacity
Public Shared Function HDInsightAutoScaleCapacity (Optional minInstanceCount As Nullable(Of Integer) = Nothing, Optional maxInstanceCount As Nullable(Of Integer) = Nothing) As HDInsightAutoScaleCapacity

Parameters

minInstanceCount
Nullable<Int32>

The minimum instance count of the cluster.

maxInstanceCount
Nullable<Int32>

The maximum instance count of the cluster.

Returns

A new HDInsightAutoScaleCapacity instance for mocking.

Applies to