MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionCreateCluster Class : NumberOfWorkerNodes Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the number of worker nodes in the cluster")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.CategoryAttribute("Server")> Public Property NumberOfWorkerNodes As System.Activities.InArgument(Of Integer)
'Usage
Dim instance As HDInsightSessionCreateCluster Dim value As System.Activities.InArgument(Of Integer) instance.NumberOfWorkerNodes = value value = instance.NumberOfWorkerNodes
[System.ComponentModel.Description("Specifies the number of worker nodes in the cluster")] [System.Activities.RequiredArgument()] [System.ComponentModel.Category("Server")] public System.Activities.InArgument<int> NumberOfWorkerNodes {get; set;}
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