ClusterDeployment.ClusterSize Property

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
Public ReadOnly Property ClusterSize As Integer 
    Get
'Usage
Dim instance As ClusterDeployment 
Dim value As Integer 

value = instance.ClusterSize
public int ClusterSize { get; }
public:
property int ClusterSize {
    int get ();
}
member ClusterSize : int
function get ClusterSize () : int

Property Value

Type: System.Int32

See Also

Reference

ClusterDeployment Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace