Enum AzureResourceLockType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Azure resource lock.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureResourceLockType
Fields
CanNotDelete = 2
The resource lock prevents deletion of the resource.
ReadOnly = 1
The resource lock is read-only.
Unknown = 0
The resource lock type is unknown.