GlobalFileLockingState 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.
Flag indicating whether the global file lock is enabled for the cache.
public readonly struct GlobalFileLockingState : IEquatable<Azure.ResourceManager.NetApp.Models.GlobalFileLockingState>
type GlobalFileLockingState = struct
Public Structure GlobalFileLockingState
Implements IEquatable(Of GlobalFileLockingState)
- Inheritance
-
GlobalFileLockingState
- Implements
Constructors
| Name | Description |
|---|---|
| GlobalFileLockingState(String) |
Initializes a new instance of GlobalFileLockingState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Global file locking is disabled. |
| Enabled |
Global file locking is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(GlobalFileLockingState) |
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(GlobalFileLockingState, GlobalFileLockingState) |
Determines if two GlobalFileLockingState values are the same. |
| Implicit(String to GlobalFileLockingState) |
Converts a String to a GlobalFileLockingState. |
| Inequality(GlobalFileLockingState, GlobalFileLockingState) |
Determines if two GlobalFileLockingState values are not the same. |