CommonClusterProperties Constructors

Definition

Overloads

CommonClusterProperties()

Initializes a new instance of the CommonClusterProperties class.

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

Initializes a new instance of the CommonClusterProperties class.

CommonClusterProperties()

Initializes a new instance of the CommonClusterProperties class.

public CommonClusterProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CommonClusterProperties class.

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

Parameters

clusterSize
Nullable<Int32>

The cluster size

provisioningState
String

The state of the cluster provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Deleting', 'Updating'

clusterId
Nullable<Int32>

The identity

hosts
IList<String>

The hosts

Applies to