Restore Point Source VMStorage Profile Response
data class RestorePointSourceVMStorageProfileResponse(val dataDisks: List<RestorePointSourceVMDataDiskResponse>? = null, val diskControllerType: String, val osDisk: RestorePointSourceVMOSDiskResponse? = null)
Describes the storage profile.
Constructors
Link copied to clipboard
constructor(dataDisks: List<RestorePointSourceVMDataDiskResponse>? = null, diskControllerType: String, osDisk: RestorePointSourceVMOSDiskResponse? = null)
Properties
Link copied to clipboard
Gets the data disks of the VM captured at the time of the restore point creation.
Link copied to clipboard
Gets the disk controller type of the VM captured at the time of the restore point creation.
Link copied to clipboard
Gets the OS disk of the VM captured at the time of the restore point creation.