granularMailboxRestoreArtifact 资源类型
命名空间:microsoft.graph
表示可用于还原 邮箱保护单元的还原点和目标详细信息。
方法
方法 | 返回类型 | Description |
---|---|---|
List | mailboxRestoreArtifact 集合 | 获取 mailboxRestoreArtifact 对象及其属性的列表。 |
属性
属性 | 类型 | 说明 |
---|---|---|
artifactCount | int | . |
id | String | 还原项目的唯一标识符。 |
completionDateTime | DateTimeOffset | 项目还原完成的时间。 继承自 restoreArtifactBase。 |
destinationType | destinationType | 指示还原目标。 继承自 restoreArtifactBase。 可能的值包括 new 、inPlace 、unknownFutureValue 。 |
error | publicError | 如果项目还原失败,则包含错误详细信息。 继承自 restoreArtifactBase。 |
restoredFolderId | String | 用户的新还原文件夹标识符。 |
restoredFolderName | String | 新还原的文件夹名称。 |
searchResponseId | String | . |
startDateTime | DateTimeOffset | 开始还原项目的时间。 继承自 restoreArtifactBase。 |
status | artifactRestoreStatus | 项目的还原状态。 继承自 restoreArtifactBase。可能的值为:added 、、scheduling 、scheduled 、inProgress succeeded 、failed 、。 unknownFutureValue |
关系
关系 | 类型 | 说明 |
---|---|---|
restorePoint | restorePoint | 表示项目受保护策略保护并且可以还原的日期和时间。 继承自 restoreArtifactBase |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.granularMailboxRestoreArtifact",
"artifactCount": "Int",
"id": "String (identifier)",
"destinationType": "String",
"status": "String",
"startDateTime": "String (timestamp)",
"completionDateTime": "String (timestamp)",
"error": {
"@odata.type": "microsoft.graph.publicError"
},
"restoredFolderId": "String",
"restoredFolderName": "String",
"searchResponseId": "String"
}