RestorePointCollectionListResult Class

The List restore point collection operation response.

Inheritance
RestorePointCollectionListResult

Constructor

RestorePointCollectionListResult(*, value: Optional[List[azure.mgmt.compute.v2021_07_01.models._models_py3.RestorePointCollection]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[RestorePointCollection]
Required

Gets the list of restore point collections.

next_link
str
Required

The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections.