ClusterNodeSize.RoleType Property

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property RoleType As ClusterNodeType 
    Get 
    Set
'Usage
Dim instance As ClusterNodeSize 
Dim value As ClusterNodeType 

value = instance.RoleType

instance.RoleType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ClusterNodeType RoleType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ClusterNodeType RoleType {
    ClusterNodeType get ();
    void set (ClusterNodeType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member RoleType : ClusterNodeType with get, set
function get RoleType () : ClusterNodeType 
function set RoleType (value : ClusterNodeType)

Property Value

Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013.ClusterNodeType

See Also

Reference

ClusterNodeSize Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace