ScaleSetStorageProfileDataDisk

data class ScaleSetStorageProfileDataDisk(val caching: String? = null, val createOption: String, val diskSizeGb: Int? = null, val lun: Int, val managedDiskType: String? = null)

Constructors

Link copied to clipboard
constructor(caching: String? = null, createOption: String, diskSizeGb: Int? = null, lun: Int, managedDiskType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caching: String? = null

Specifies the caching requirements. Possible values include: None (default), ReadOnly, ReadWrite.

Link copied to clipboard

Specifies how the data disk should be created. The only possible options are FromImage and Empty.

Link copied to clipboard
val diskSizeGb: Int? = null

Specifies the size of the disk in GB. This element is required when creating an empty disk.

Link copied to clipboard
val lun: Int

Specifies the Logical Unit Number of the disk in each virtual machine in the scale set.

Link copied to clipboard
val managedDiskType: String? = null

Specifies the type of managed disk to create. Value must be either Standard_LRS, StandardSSD_LRS or Premium_LRS.