RestorePointCollectionListResult Class
The List restore point collection operation response.
All required parameters must be populated in order to send to server.
Constructor
RestorePointCollectionListResult(*, value: list['_models.RestorePointCollection'], next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
Gets the list of restore point collections. Required. |
|
next_link
|
The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
Gets the list of restore point collections. Required. |
|
next_link
|
The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections. |