JAMS Developer Guide
SubnetName Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionCreateCluster Class : SubnetName Property
Specifies the name of the Subnet to use (optional)
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the name of the Subnet to use (optional)")>
<System.ComponentModel.CategoryAttribute("Virtual Network")>
Public Property SubnetName As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionCreateCluster
Dim value As System.Activities.InArgument(Of String)
 
instance.SubnetName = value
 
value = instance.SubnetName
[System.ComponentModel.Description("Specifies the name of the Subnet to use (optional)")]
[System.ComponentModel.Category("Virtual Network")]
public System.Activities.InArgument<string> SubnetName {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