EncryptionSettingsElement Class

Encryption settings for one disk volume.

Inheritance
EncryptionSettingsElement

Constructor

EncryptionSettingsElement(*, disk_encryption_key: Optional[azure.mgmt.compute.v2018_09_30.models._models_py3.KeyVaultAndSecretReference] = None, key_encryption_key: Optional[azure.mgmt.compute.v2018_09_30.models._models_py3.KeyVaultAndKeyReference] = None, **kwargs)

Parameters

disk_encryption_key
KeyVaultAndSecretReference
Required

Key Vault Secret Url and vault id of the disk encryption key.

key_encryption_key
KeyVaultAndKeyReference
Required

Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key.