ComputeInstanceDataDiskResponse

data class ComputeInstanceDataDiskResponse(val caching: String? = null, val diskSizeGB: Int? = null, val lun: Int? = null, val storageAccountType: String? = null)

Defines an Aml Instance DataDisk.

Constructors

Link copied to clipboard
constructor(caching: String? = null, diskSizeGB: Int? = null, lun: Int? = null, storageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caching: String? = null

Caching type of Data Disk.

Link copied to clipboard
val diskSizeGB: Int? = null

The initial disk size in gigabytes.

Link copied to clipboard
val lun: Int? = null

The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.

Link copied to clipboard

type of this storage account.