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

ManagementLockLevel(String)

Initializes a new instance of ManagementLockLevel.

Properties

CanNotDelete

CanNotDelete.

NotSpecified

NotSpecified.

ReadOnly

ReadOnly.

Methods

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

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