public sealed class AzureDatabaseEncryption : IMessage<AzureDatabaseEncryption>, IEquatable<AzureDatabaseEncryption>, IDeepCloneable<AzureDatabaseEncryption>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureDatabaseEncryption.
Configuration related to application-layer secrets encryption.
Anthos clusters on Azure encrypts your Kubernetes data at rest
in etcd using Azure Key Vault.
Required. The ARM ID of the Azure Key Vault key to encrypt / decrypt data.
For example:
/subscriptions/<subscription-id>/resourceGroups/<resource-group-id>/providers/Microsoft.KeyVault/vaults/<key-vault-id>/keys/<key-name>
Encryption will always take the latest version of the key and hence
specific version is not supported.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `AzureDatabaseEncryption` class within the Anthos Multi-Cloud v1 API, focusing on configuration for application-layer secrets encryption."],["The latest version available is 2.8.0, with versions ranging back to 1.0.0-beta01 available for reference."],["`AzureDatabaseEncryption` class is used by Anthos clusters on Azure to encrypt Kubernetes data at rest in etcd using Azure Key Vault."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, which it inherits from the `Object` class."],["The `KeyId` property, which is required, is the Azure Key Vault key's ARM ID, used for encryption and decryption of data."]]],[]]