Share via


NetAppKeySource Struct

Definition

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