Package version:

Interface DiskEncryptionSettings

Describes a Encryption Settings for a Disk

interface DiskEncryptionSettings {
    diskEncryptionKey?: KeyVaultSecretReference;
    enabled?: boolean;
    keyEncryptionKey?: KeyVaultKeyReference;
}

Properties

diskEncryptionKey?: KeyVaultSecretReference

Specifies the location of the disk encryption key, which is a Key Vault Secret.

enabled?: boolean

Specifies whether disk encryption should be enabled on the virtual machine.

keyEncryptionKey?: KeyVaultKeyReference

Specifies the location of the key encryption key in Key Vault.