'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;}