ClusterResizeParameters Constructors

Definition

Overloads

ClusterResizeParameters()

Initializes a new instance of the ClusterResizeParameters class.

ClusterResizeParameters(Nullable<Int32>)

Initializes a new instance of the ClusterResizeParameters class.

ClusterResizeParameters()

Initializes a new instance of the ClusterResizeParameters class.

public ClusterResizeParameters ();
Public Sub New ()

Applies to

ClusterResizeParameters(Nullable<Int32>)

Initializes a new instance of the ClusterResizeParameters class.

public ClusterResizeParameters (int? targetInstanceCount = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters : Nullable<int> -> Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters
Public Sub New (Optional targetInstanceCount As Nullable(Of Integer) = Nothing)

Parameters

targetInstanceCount
Nullable<Int32>

The target instance count for the operation.

Applies to