RestorePointCollectionProperties Class
The restore point collection properties.
Constructor
RestorePointCollectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source
|
The properties of the source resource that this restore point collection is created from. |
|
provisioning_state
|
The provisioning state of the restore point collection. |
|
restore_point_collection_id
|
The unique id of the restore point collection. |
|
restore_points
|
A list containing all restore points created under this restore point collection. |
|
instant_access
|
This property determines whether instant access snapshot is enabled for restore points created under this restore point collection for Premium SSD v2 or Ultra disk. Instant access snapshot for Premium SSD v2 or Ultra disk is instantaneously available for restoring disk with fast restore performance. |
Attributes
instant_access
This property determines whether instant access snapshot is enabled for restore points created under this restore point collection for Premium SSD v2 or Ultra disk. Instant access snapshot for Premium SSD v2 or Ultra disk is instantaneously available for restoring disk with fast restore performance.
instant_access: bool | None
provisioning_state
The provisioning state of the restore point collection.
provisioning_state: str | None
restore_point_collection_id
The unique id of the restore point collection.
restore_point_collection_id: str | None
restore_points
A list containing all restore points created under this restore point collection.
restore_points: list['_models.RestorePoint'] | None
source
The properties of the source resource that this restore point collection is created from.
source: _models.RestorePointCollectionSourceProperties | None