siteRestoreArtifactsBulkAdditionRequest 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示与 SharePoint 还原会话关联的 siteRestoreArtifactsBulkAdditionRequest 的属性。 它包含批量操作中添加到相应 SharePoint 还原会话的 SharePoint 网站 URL 列表。
继承自 restoreArtifactsBulkRequestBase。
方法
方法 | 返回类型 | Description |
---|---|---|
List | siteRestoreArtifactsBulkAdditionRequest 集合 | 获取与 sharePointRestoreSession 关联的 siteRestoreArtifactsBulkAdditionRequest 对象的列表。 |
创建 | siteRestoreArtifactsBulkAdditionRequest | 创建与 sharePointRestoreSession 关联的新 siteRestoreArtifactsBulkAdditionRequest 对象。 |
Get | siteRestoreArtifactsBulkAdditionRequest | 按其 ID 获取 siteRestoreArtifactsBulkAdditionRequest 对象,该对象与 sharePointRestoreSession 相关联。 |
删除 | None | 删除与 sharepointRestoreSession 关联的 siteRestoreArtifactsBulkAdditionRequest 对象。 |
属性
属性 | 类型 | 说明 |
---|---|---|
createdBy | identitySet | 创建批量请求的人员的标识。 继承自 restoreArtifactsBulkRequestBase。 |
createdDateTime | DateTimeOffset | 创建批量请求的时间。 继承自 restoreArtifactsBulkRequestBase。 |
destinationType | destinationType | 指示还原目标。 可能的值包括 new 、inPlace 、unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
displayName | String | 添加请求的名称。 继承自 restoreArtifactsBulkRequestBase。 |
error | publicError | 为资源解析失败填充错误详细信息。 继承自 restoreArtifactsBulkRequestBase。 |
id | String | 与还原会话关联的批量请求的唯一标识符。 继承自 restoreArtifactsBulkRequestBase。 |
lastModifiedBy | identitySet | 上次修改此实体的人员的身份。 继承自 restoreArtifactsBulkRequestBase。 |
lastModifiedDateTime | DateTimeOffset | 上次修改此实体时的时间戳。 继承自 restoreArtifactsBulkRequestBase。 |
protectionTimePeriod | timePeriod | 保护期的开始和结束日期时间。 继承自 restoreArtifactsBulkRequestBase。 |
protectionUnitIds | 字符串集合 | 指示要还原的保护单元。 尚未实现此属性。 未来值;请勿使用。 继承自 restoreArtifactsBulkRequestBase。 |
restorePointPreference | restoreArtifactsBulkRequestStatus | 指示要返回的还原点。 可能的值为 oldest 、 latest 、 unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
siteIds | 字符串集合 | 在批量操作中添加到相应 SharePoint 还原会话的 SharePoint 网站 ID 列表。 尚未实现此属性。 未来值;请勿使用。 |
siteWebUrls | 字符串集合 | 在批量操作中添加到相应 SharePoint 还原会话的 SharePoint 网站 URL 列表。 |
status | RestoreArtifactsBulkRequestStatus | 长时间运行的操作的状态。 可能的值包括 unknown 、active 、completed 、completedWithErrors 、unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
tags | restorePointTags | 还原点的类型。 可能的值包括 none 、fastRestore 、unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.siteRestoreArtifactsBulkAdditionRequest",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"destinationType": "String",
"displayName": "String",
"error": {"@odata.type": "microsoft.graph.publicError"},
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"protectionTimePeriod": {"@odata.type": "microsoft.graph.timePeriod"},
"protectionUnitIds": ["String"],
"restorePointPreference": "String",
"siteIds": ["String"],
"siteWebUrls": ["String"],
"status": "String",
"tags": "String"
}