JAMS Developer Guide
ClusterOS Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionCreateCluster Class : ClusterOS Property
Specifies the cluster operating system. This can either be Windows or Linux.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property ClusterOS As Microsoft.Azure.Management.HDInsight.Models.OSType
'Usage
 
Dim instance As HDInsightSessionCreateCluster
Dim value As Microsoft.Azure.Management.HDInsight.Models.OSType
 
instance.ClusterOS = value
 
value = instance.ClusterOS
[System.ComponentModel.Browsable(false)]
public Microsoft.Azure.Management.HDInsight.Models.OSType ClusterOS {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