UserChangeOperationState Enumeration
Represents the current state of an change operation that has been requested for a user.
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
Public Enumeration UserChangeOperationState
'Usage
Dim instance As UserChangeOperationState
public enum UserChangeOperationState
public enum class UserChangeOperationState
type UserChangeOperationState
public enum UserChangeOperationState
Members
| Member name | Description | |
|---|---|---|
| Completed | ||
| Error | ||
| Pending | ||
| Timeout |
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