UserChangeOperationType Enumeration
Represents the operation being requested for the user.
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
Public Enumeration UserChangeOperationType
'Usage
Dim instance As UserChangeOperationType
public enum UserChangeOperationType
public enum class UserChangeOperationType
type UserChangeOperationType
public enum UserChangeOperationType
Members
| Member name | Description | |
|---|---|---|
| Disable | ||
| Enable |
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