Sdílet prostřednictvím


AutoscaleTimeAndCapacity Constructors

Definition

Overloads

AutoscaleTimeAndCapacity()

Initializes a new instance of the AutoscaleTimeAndCapacity class.

AutoscaleTimeAndCapacity(String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the AutoscaleTimeAndCapacity class.

AutoscaleTimeAndCapacity()

Initializes a new instance of the AutoscaleTimeAndCapacity class.

public AutoscaleTimeAndCapacity ();
Public Sub New ()

Applies to

AutoscaleTimeAndCapacity(String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the AutoscaleTimeAndCapacity class.

public AutoscaleTimeAndCapacity (string time = default, int? minInstanceCount = default, int? maxInstanceCount = default);
new Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity : string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.HDInsight.Models.AutoscaleTimeAndCapacity
Public Sub New (Optional time As String = Nothing, Optional minInstanceCount As Nullable(Of Integer) = Nothing, Optional maxInstanceCount As Nullable(Of Integer) = Nothing)

Parameters

time
String

24-hour time in the form xx:xx

minInstanceCount
Nullable<Int32>

The minimum instance count of the cluster

maxInstanceCount
Nullable<Int32>

The maximum instance count of the cluster

Applies to