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-04-09 UTC."],[[["The `AzureDatabaseEncryption` class in the `Google.Cloud.GkeMultiCloud.V1` namespace is used for configuring application-layer secrets encryption for Anthos clusters on Azure."],["The class encrypts Kubernetes data at rest in etcd using Azure Key Vault."],["The latest version of the key will be used for encryption, and the `KeyId` property specifies the ARM ID of the Azure Key Vault key, for example `/subscriptions/\u003csubscription-id\u003e/resourceGroups/\u003cresource-group-id\u003e/providers/Microsoft.KeyVault/vaults/\u003ckey-vault-id\u003e/keys/\u003ckey-name\u003e`."],["The class has multiple versions available, with the latest being version `2.8.0`, and `2.0.0` being the current version in the document provided."]]],[]]