RestorePointInstanceView Class
The instance view of a restore point.
- Inheritance
-
azure.mgmt.compute._serialization.ModelRestorePointInstanceView
Constructor
RestorePointInstanceView(*, disk_restore_points: List[_models.DiskRestorePointInstanceView] | None = None, statuses: List[_models.InstanceViewStatus] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
disk_restore_points
|
The disk restore points information. |
statuses
|
The resource status information. |
Variables
Name | Description |
---|---|
disk_restore_points
|
The disk restore points information. |
statuses
|
The resource status information. |
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