UserChangeOperationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the operation being requested for the user.
public enum UserChangeOperationType
type UserChangeOperationType =
Public Enum UserChangeOperationType
- Inheritance
-
UserChangeOperationType
Fields
Name | Value | Description |
---|---|---|
Disable | 0 | |
Enable | 1 |
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. *******************************************************************************************
Applies to
Azure SDK for .NET