Package version:

Interface RestorePointSourceVMStorageProfile

Describes the storage profile.

interface RestorePointSourceVMStorageProfile {
    dataDisks?: RestorePointSourceVMDataDisk[];
    diskControllerType?: string;
    osDisk?: RestorePointSourceVmosDisk;
}

Properties

Gets the data disks of the VM captured at the time of the restore point creation.

diskControllerType?: string

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.

Gets the OS disk of the VM captured at the time of the restore point creation.