VmssDataDiskResponse

data class VmssDataDiskResponse(val diskLetter: String, val diskSizeGB: Int, val diskType: String, val lun: Int)

Managed data disk description.

Constructors

Link copied to clipboard
constructor(diskLetter: String, diskSizeGB: Int, diskType: String, lun: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Managed data disk letter. It can not use the reserved letter C or D and it can not change after created.

Link copied to clipboard

Disk size for each vm in the node type in GBs.

Link copied to clipboard

Managed data disk type. Specifies the storage account type for the managed disk

Link copied to clipboard
val lun: Int

Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk.