DiskEncryptionConfigurationResponse

data class DiskEncryptionConfigurationResponse(val targets: List<String>? = null)

The disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Virtual Machine Image or Azure Compute Gallery Image.

Constructors

Link copied to clipboard
constructor(targets: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val targets: List<String>? = null

On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.