RestorePointSourceVMStorageProfile Class
Describes the storage profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelRestorePointSourceVMStorageProfile
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. |
data_disks
|
Gets the data disks of the VM captured at the time of the restore point creation. |
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python