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

AssignmentLockMode(String)

Initializes a new instance of AssignmentLockMode.

Properties

AllResourcesDoNotDelete

AllResourcesDoNotDelete.

AllResourcesReadOnly

AllResourcesReadOnly.

None

None.

Methods

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

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