DataDiskResponse

data class DataDiskResponse(val caching: String? = null, val diskSizeGiB: Int? = null, val driveLetter: String? = null, val storageAccountType: String? = null)

The data disk of the VMSS.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caching: String? = null

The type of caching to be enabled for the data disks. The default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/.

Link copied to clipboard
val diskSizeGiB: Int? = null

The initial disk size in gigabytes.

Link copied to clipboard
val driveLetter: String? = null

The drive letter for the empty data disk. If not specified, it will be the first available letter.

Link copied to clipboard

The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs".