ClusterUpdate Constructors

Definition

Overloads

ClusterUpdate()

Initializes a new instance of the ClusterUpdate class.

ClusterUpdate(Nullable<Int32>, IList<String>)

Initializes a new instance of the ClusterUpdate class.

ClusterUpdate()

Initializes a new instance of the ClusterUpdate class.

public ClusterUpdate ();
Public Sub New ()

Applies to

ClusterUpdate(Nullable<Int32>, IList<String>)

Initializes a new instance of the ClusterUpdate class.

public ClusterUpdate (int? clusterSize = default, System.Collections.Generic.IList<string> hosts = default);
new Microsoft.Azure.Management.Avs.Models.ClusterUpdate : Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.ClusterUpdate
Public Sub New (Optional clusterSize As Nullable(Of Integer) = Nothing, Optional hosts As IList(Of String) = Nothing)

Parameters

clusterSize
Nullable<Int32>

The cluster size

hosts
IList<String>

The hosts

Applies to