Condividi tramite


NetAppGlobalFileLockingState Struct

Definition

Flag indicating whether the global file lock is enabled for the cache.

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

Constructors

Name Description
NetAppGlobalFileLockingState(String)

Initializes a new instance of NetAppGlobalFileLockingState.

Properties

Name Description
Disabled

Global file locking is disabled.

Enabled

Global file locking is enabled.

Methods

Name Description
Equals(NetAppGlobalFileLockingState)

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

Determines if two NetAppGlobalFileLockingState values are the same.

Implicit(String to NetAppGlobalFileLockingState)

Converts a String to a NetAppGlobalFileLockingState.

Inequality(NetAppGlobalFileLockingState, NetAppGlobalFileLockingState)

Determines if two NetAppGlobalFileLockingState values are not the same.

Applies to