AssignmentLockMode Struct
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.
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
Azure SDK for .NET