JAMS Developer Guide
HeadNodeSize Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionCreateCluster Class : HeadNodeSize Property
Specifies the cluster tier for the head node
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the cluster tier for the head node")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.CategoryAttribute("Server")>
Public Property HeadNodeSize As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionCreateCluster
Dim value As System.Activities.InArgument(Of String)
 
instance.HeadNodeSize = value
 
value = instance.HeadNodeSize
[System.ComponentModel.Description("Specifies the cluster tier for the head node")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Category("Server")]
public System.Activities.InArgument<string> HeadNodeSize {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HDInsightSessionCreateCluster Class
HDInsightSessionCreateCluster Members