DiskEncryptionSettingsResponse

data class DiskEncryptionSettingsResponse(val diskEncryptionKey: KeyVaultSecretReferenceResponse? = null, val enabled: Boolean? = null, val keyEncryptionKey: KeyVaultKeyReferenceResponse? = null)

Describes a Encryption Settings for a Disk

Constructors

Link copied to clipboard
constructor(diskEncryptionKey: KeyVaultSecretReferenceResponse? = null, enabled: Boolean? = null, keyEncryptionKey: KeyVaultKeyReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard

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