Encryption Class

The properties of customer managed encryption key.

Inheritance
Encryption

Constructor

Encryption(*, status: Optional[Union[str, azure.mgmt.avs.models._avs_client_enums.EncryptionState]] = None, key_vault_properties: Optional[azure.mgmt.avs.models._models_py3.EncryptionKeyVaultProperties] = None, **kwargs)

Parameters

status
str or EncryptionState
Required

Status of customer managed encryption key. Possible values include: "Enabled", "Disabled".

key_vault_properties
EncryptionKeyVaultProperties
Required

The key vault where the encryption key is stored.