UserType Enumeration

The type of user being changed.

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

Syntax

'Declaration
Public Enumeration UserType
'Usage
Dim instance As UserType
public enum UserType
public enum class UserType
type UserType
public enum UserType

Members

Member name Description
Http

Rdp

Remarks

******************************************************************************************* DO NOT change any existing values, we are using string representations of these in tables where operation tracking is done, so need to be able to correctly parse values that were logged at any point. Adding new values is okay since it will not break Enum.Parse of the old values. *******************************************************************************************

See Also

Reference

Microsoft.WindowsAzure.Management.HDInsight.Contracts Namespace