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