JAMS Developer Guide
NewNumberOfWorkerNodes Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionScaleCluster Class : NewNumberOfWorkerNodes Property
Specifies the new size of the cluster
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the new size of the cluster")>
<System.Activities.RequiredArgumentAttribute()>
Public Property NewNumberOfWorkerNodes As System.Activities.InArgument(Of Integer)
'Usage
 
Dim instance As HDInsightSessionScaleCluster
Dim value As System.Activities.InArgument(Of Integer)
 
instance.NewNumberOfWorkerNodes = value
 
value = instance.NewNumberOfWorkerNodes
[System.ComponentModel.Description("Specifies the new size of the cluster")]
[System.Activities.RequiredArgument()]
public System.Activities.InArgument<int> NewNumberOfWorkerNodes {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

HDInsightSessionScaleCluster Class
HDInsightSessionScaleCluster Members