Share via


NetAppEncryptionKeySource Struct

Definition

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