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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python