DiskEncryptionSettings interface

Describes a Encryption Settings for a Disk

Properties

diskEncryptionKey

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

enabled

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

keyEncryptionKey

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

Property Details

diskEncryptionKey

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

diskEncryptionKey?: KeyVaultSecretReference

Property Value

enabled

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

enabled?: boolean

Property Value

boolean

keyEncryptionKey

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

keyEncryptionKey?: KeyVaultKeyReference

Property Value