Restore Point Source VMData Disk Response
data class RestorePointSourceVMDataDiskResponse(val caching: String, val diskRestorePoint: DiskRestorePointAttributesResponse? = null, val diskSizeGB: Int, val lun: Int, val managedDisk: ManagedDiskParametersResponse? = null, val name: String, val writeAcceleratorEnabled: Boolean)
Describes a data disk.
Constructors
Link copied to clipboard
constructor(caching: String, diskRestorePoint: DiskRestorePointAttributesResponse? = null, diskSizeGB: Int, lun: Int, managedDisk: ManagedDiskParametersResponse? = null, name: String, writeAcceleratorEnabled: Boolean)
Properties
Link copied to clipboard
Contains Disk Restore Point properties.
Link copied to clipboard
Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks.
Link copied to clipboard
Contains the managed disk details.
Link copied to clipboard
Shows true if the disk is write-accelerator enabled.