ManagementLockObject Class
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.
The lock information.
public class ManagementLockObject
type ManagementLockObject = class
Public Class ManagementLockObject
- Inheritance
-
System.ObjectManagementLockObject
Constructors
ManagementLockObject(LockLevel) |
Initializes a new instance of ManagementLockObject. |
Properties
Id |
The resource ID of the lock. |
Level |
The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized users are able to read and modify the resources, but not delete. ReadOnly means authorized users can only read from a resource, but they can't modify or delete it. |
Name |
The name of the lock. |
Notes |
Notes about the lock. Maximum of 512 characters. |
Owners |
The owners of the lock. |
Type |
The resource type of the lock - Microsoft.Authorization/locks. |