RestorePointSourceVMStorageProfile interface
Describes the storage profile.
Properties
data |
Gets the data disks of the VM captured at the time of the restore point creation. |
disk |
Gets the disk controller type of the VM captured at the time of the restore point creation. NOTE: This property will not be serialized. It can only be populated by the server. |
os |
Gets the OS disk of the VM captured at the time of the restore point creation. |
Property Details
dataDisks
Gets the data disks of the VM captured at the time of the restore point creation.
dataDisks?: RestorePointSourceVMDataDisk[]
Property Value
diskControllerType
Gets the disk controller type of the VM captured at the time of the restore point creation. NOTE: This property will not be serialized. It can only be populated by the server.
diskControllerType?: string
Property Value
string
osDisk
Gets the OS disk of the VM captured at the time of the restore point creation.
osDisk?: RestorePointSourceVmosDisk