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