Data Disk Response
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.
Properties
Link copied to clipboard
Link copied to clipboard
The initial disk size in gigabytes.
Link copied to clipboard
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".