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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python