ClusterDeployment.DataNodeCount Property

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

Syntax

'Declaration
<IgnoreDataMemberAttribute> _
Public ReadOnly Property DataNodeCount As Integer 
    Get
'Usage
Dim instance As ClusterDeployment 
Dim value As Integer 

value = instance.DataNodeCount
[IgnoreDataMemberAttribute]
public int DataNodeCount { get; }
[IgnoreDataMemberAttribute]
public:
property int DataNodeCount {
    int get ();
}
[<IgnoreDataMemberAttribute>]
member DataNodeCount : int
function get DataNodeCount () : int

Property Value

Type: System.Int32

See Also

Reference

ClusterDeployment Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace