GetPoolDataDisk

data class GetPoolDataDisk(val caching: String, val diskSizeGb: Int, val lun: Int, val storageAccountType: String)

Constructors

Link copied to clipboard
constructor(caching: String, diskSizeGb: Int, lun: Int, storageAccountType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The caching mode of data disks.

Link copied to clipboard

The initial disk size in GB when creating new data disk.

Link copied to clipboard
val lun: Int

The lun is used to uniquely identify each data disk.

Link copied to clipboard

The storage account type to be used for the data disk.