CapacityPoolEncryptionType 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.
Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool.
public readonly struct CapacityPoolEncryptionType : IEquatable<Azure.ResourceManager.NetApp.Models.CapacityPoolEncryptionType>
type CapacityPoolEncryptionType = struct
Public Structure CapacityPoolEncryptionType
Implements IEquatable(Of CapacityPoolEncryptionType)
- Inheritance
-
CapacityPoolEncryptionType
- Implements
Constructors
| Name | Description |
|---|---|
| CapacityPoolEncryptionType(String) |
Initializes a new instance of CapacityPoolEncryptionType. |
Properties
| Name | Description |
|---|---|
| Double |
EncryptionType Double, volumes will use double encryption at rest. |
| Single |
EncryptionType Single, volumes will use single encryption at rest. |
Methods
| Name | Description |
|---|---|
| Equals(CapacityPoolEncryptionType) |
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(CapacityPoolEncryptionType, CapacityPoolEncryptionType) |
Determines if two CapacityPoolEncryptionType values are the same. |
| Implicit(String to CapacityPoolEncryptionType) |
Converts a String to a CapacityPoolEncryptionType. |
| Inequality(CapacityPoolEncryptionType, CapacityPoolEncryptionType) |
Determines if two CapacityPoolEncryptionType values are not the same. |