DataDiskImageEncryptionResponse

data class DataDiskImageEncryptionResponse(val diskEncryptionSetId: String? = null, val lun: Int)

Contains encryption settings for a data disk image.

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: String? = null, lun: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A relative URI containing the resource ID of the disk encryption set.

Link copied to clipboard
val lun: Int

This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.