RestorePointSourceVMDataDisk interface
Describes a data disk.
Properties
| caching | Gets the caching type. |
| disk |
Contains Disk Restore Point properties. |
| disk |
Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. |
| lun | Gets the logical unit number. |
| managed |
Contains the managed disk details. |
| name | Gets the disk name. |
| write |
Shows true if the disk is write-accelerator enabled. |
Property Details
caching
diskRestorePoint
Contains Disk Restore Point properties.
diskRestorePoint?: DiskRestorePointAttributes
Property Value
diskSizeGB
Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks.
diskSizeGB?: number
Property Value
number
lun
Gets the logical unit number.
lun?: number
Property Value
number
managedDisk
Contains the managed disk details.
managedDisk?: ManagedDiskParameters
Property Value
name
Gets the disk name.
name?: string
Property Value
string
writeAcceleratorEnabled
Shows true if the disk is write-accelerator enabled.
writeAcceleratorEnabled?: boolean
Property Value
boolean