RestorePointSourceVMDataDisk interface
Describes a data disk.
Properties
| caching | Gets the caching type. NOTE: This property will not be serialized. It can only be populated by the server. |
| 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. NOTE: This property will not be serialized. It can only be populated by the server. |
| lun | Gets the logical unit number. NOTE: This property will not be serialized. It can only be populated by the server. |
| managed |
Contains the managed disk details. |
| name | Gets the disk name. NOTE: This property will not be serialized. It can only be populated by the server. |
| write |
Shows true if the disk is write-accelerator enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
caching
Gets the caching type. NOTE: This property will not be serialized. It can only be populated by the server.
caching?: CachingTypes
Property Value
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. NOTE: This property will not be serialized. It can only be populated by the server.
diskSizeGB?: number
Property Value
number
lun
Gets the logical unit number. NOTE: This property will not be serialized. It can only be populated by the server.
lun?: number
Property Value
number
managedDisk
Contains the managed disk details.
managedDisk?: ManagedDiskParameters
Property Value
name
Gets the disk name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
writeAcceleratorEnabled
Shows true if the disk is write-accelerator enabled. NOTE: This property will not be serialized. It can only be populated by the server.
writeAcceleratorEnabled?: boolean
Property Value
boolean