RestorePointSourceVMStorageProfile Class
Describes the storage profile.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
RestorePointSourceVMStorageProfile(*, os_disk: _models.RestorePointSourceVMOSDisk | None = None, data_disks: List[_models.RestorePointSourceVMDataDisk] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
os_disk
|
Gets the OS disk of the VM captured at the time of the restore point creation. Default value: None
|
data_disks
|
Gets the data disks of the VM captured at the time of the restore point creation. Default value: None
|
Variables
Name | Description |
---|---|
os_disk
|
Gets the OS disk of the VM captured at the time of the restore point creation. |
data_disks
|
Gets the data disks of the VM captured at the time of the restore point creation. |
disk_controller_type
|
Gets the disk controller type of the VM captured at the time of the restore point creation. Known values are: "SCSI" and "NVMe". |