RestorePointSourceVMDataDiskOutput interface
Describes a data disk.
Properties
| caching | Gets the caching type. |
| disk |
Gets the disk restore point Id. |
| 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 |
Gets the managed disk details |
| name | Gets the disk name. |
Property Details
caching
Gets the caching type.
caching?: "None" | "ReadOnly" | "ReadWrite"
Property Value
"None" | "ReadOnly" | "ReadWrite"
diskRestorePoint
Gets the disk restore point Id.
diskRestorePoint?: ApiEntityReferenceOutput
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
Gets the managed disk details
managedDisk?: ManagedDiskParametersOutput
Property Value
name
Gets the disk name.
name?: string
Property Value
string