你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RestorePointCollectionListResult interface

列出还原点收集操作响应。

属性

nextLink

要提取 RestorePointCollections 的下一页的 URI。 调用 ListNext () 以提取 RestorePointCollections 的下一页

value

获取还原点集合的列表。

属性详细信息

要提取 RestorePointCollections 的下一页的 URI。 调用 ListNext () 以提取 RestorePointCollections 的下一页

nextLink?: string

属性值

string

value

获取还原点集合的列表。

value?: RestorePointCollection[]

属性值