ElasticEncryption Class
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.
Encryption settings.
public class ElasticEncryption : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.ElasticEncryption>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.ElasticEncryption>
type ElasticEncryption = class
interface IJsonModel<ElasticEncryption>
interface IPersistableModel<ElasticEncryption>
Public Class ElasticEncryption
Implements IJsonModel(Of ElasticEncryption), IPersistableModel(Of ElasticEncryption)
- Inheritance
-
ElasticEncryption
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticEncryption() |
Initializes a new instance of ElasticEncryption. |
Properties
| Name | Description |
|---|---|
| Identity |
Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'. |
| KeySource |
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault. |
| KeyVaultProperties |
Properties provided by KeyVault. Applicable if keySource is 'Microsoft.KeyVault'. |