NetAppEncryptionKeySource 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.
Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'.
public readonly struct NetAppEncryptionKeySource : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppEncryptionKeySource>
type NetAppEncryptionKeySource = struct
Public Structure NetAppEncryptionKeySource
Implements IEquatable(Of NetAppEncryptionKeySource)
- Inheritance
-
NetAppEncryptionKeySource
- Implements
Constructors
NetAppEncryptionKeySource(String) |
Initializes a new instance of NetAppEncryptionKeySource. |
Properties
MicrosoftKeyVault |
Customer-managed key encryption. |
MicrosoftNetApp |
Microsoft-managed key encryption. |
Methods
Equals(NetAppEncryptionKeySource) |
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
Equality(NetAppEncryptionKeySource, NetAppEncryptionKeySource) |
Determines if two NetAppEncryptionKeySource values are the same. |
Implicit(String to NetAppEncryptionKeySource) |
Converts a String to a NetAppEncryptionKeySource. |
Inequality(NetAppEncryptionKeySource, NetAppEncryptionKeySource) |
Determines if two NetAppEncryptionKeySource values are not the same. |
Applies to
Azure SDK for .NET