Udostępnij przez


ManagementLockLevel Struct

Definition

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.

public readonly struct ManagementLockLevel : IEquatable<Azure.ResourceManager.Resources.Models.ManagementLockLevel>
type ManagementLockLevel = struct
Public Structure ManagementLockLevel
Implements IEquatable(Of ManagementLockLevel)
Inheritance
ManagementLockLevel
Implements

Constructors

Name Description
ManagementLockLevel(String)

Initializes a new instance of ManagementLockLevel.

Properties

Name Description
CanNotDelete

CanNotDelete.

NotSpecified

NotSpecified.

ReadOnly

ReadOnly.

Methods

Name Description
Equals(ManagementLockLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ManagementLockLevel, ManagementLockLevel)

Determines if two ManagementLockLevel values are the same.

Implicit(String to ManagementLockLevel)

Converts a String to a ManagementLockLevel.

Inequality(ManagementLockLevel, ManagementLockLevel)

Determines if two ManagementLockLevel values are not the same.

Applies to