ClusterRole.RoleType Property
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property RoleType As ClusterRoleType
Get
Set
'Usage
Dim instance As ClusterRole
Dim value As ClusterRoleType
value = instance.RoleType
instance.RoleType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ClusterRoleType RoleType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ClusterRoleType RoleType {
ClusterRoleType get ();
void set (ClusterRoleType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member RoleType : ClusterRoleType with get, set
function get RoleType () : ClusterRoleType
function set RoleType (value : ClusterRoleType)
Property Value
Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013.ClusterRoleType
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace