Freigeben über


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

Name Description
NetAppKeySource(String)

Initializes a new instance of NetAppKeySource.

Properties

Name Description
MicrosoftKeyVault

Customer-managed key encryption.

MicrosoftNetApp

Microsoft-managed key encryption.

Methods

Name Description
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

Name Description
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