Partilhar via


AssignmentLockMode Struct

Definition

Lock mode.

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

Constructors

Name Description
AssignmentLockMode(String)

Initializes a new instance of AssignmentLockMode.

Properties

Name Description
AllResourcesDoNotDelete

AllResourcesDoNotDelete.

AllResourcesReadOnly

AllResourcesReadOnly.

None

None.

Methods

Name Description
Equals(AssignmentLockMode)

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(AssignmentLockMode, AssignmentLockMode)

Determines if two AssignmentLockMode values are the same.

Implicit(String to AssignmentLockMode)

Converts a String to a AssignmentLockMode.

Inequality(AssignmentLockMode, AssignmentLockMode)

Determines if two AssignmentLockMode values are not the same.

Applies to