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