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