restorePointSearchResult 资源类型
命名空间:microsoft.graph
包含与 protectionUnit 关联的 restorePoint 对象列表。
属性
属性 | 类型 | 说明 |
---|---|---|
artifactHitCount | int | 还原的项目总数。 |
关系
关系 | 类型 | 说明 |
---|---|---|
restorePoint | restorePoint | 表示 项目 受 protectionPolicy 保护并且可以还原的日期和时间。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.restorePointSearchResult",
"artifactHitCount": "Int"
}