Data Disk Response
data class DataDiskResponse(val caching: String? = null, val diskSizeGB: Int, val lun: Int, val storageAccountType: String? = null)
Settings which will be used by the data disks associated to Compute Nodes in the Pool. When using attached data disks, you need to mount and format the disks from within a VM to use them.
Constructors
Link copied to clipboard
fun DataDiskResponse(caching: String? = null, diskSizeGB: Int, lun: Int, storageAccountType: String? = null)
Types
Properties
Link copied to clipboard
Values are: none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/.