siteRestoreArtifactsBulkAdditionRequest リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
SharePoint 復元セッションに関連付けられている siteRestoreArtifactsBulkAdditionRequest のプロパティを表します。 これには、対応する SharePoint 復元セッションに一括操作で追加される SharePoint サイト URL の一覧が含まれています。
restoreArtifactsBulkRequestBase から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | siteRestoreArtifactsBulkAdditionRequest コレクション | sharePointRestoreSession に関連付けられている siteRestoreArtifactsBulkAdditionRequest オブジェクトの一覧を取得します。 |
Create | siteRestoreArtifactsBulkAdditionRequest | sharePointRestoreSession に関連付けられた新しい siteRestoreArtifactsBulkAdditionRequest オブジェクトを作成します。 |
Get | siteRestoreArtifactsBulkAdditionRequest | sharePointRestoreSession に関連付けられた id で siteRestoreArtifactsBulkAdditionRequest オブジェクトを取得します。 |
Delete | なし | sharepointRestoreSession に関連付けられている siteRestoreArtifactsBulkAdditionRequest オブジェクトを削除します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
createdBy | identitySet | 一括要求を作成したユーザーの ID。 restoreArtifactsBulkRequestBase から継承されます。 |
createdDateTime | DateTimeOffset | 一括要求が作成された時刻。 restoreArtifactsBulkRequestBase から継承されます。 |
destinationType | destinationType | 復元先を示します。 使用可能な値: new 、inPlace 、unknownFutureValue 。
restoreArtifactsBulkRequestBase から継承されます。 |
displayName | String | 追加要求の名前。 restoreArtifactsBulkRequestBase から継承されます。 |
error | publicError | リソース解決エラーのエラーの詳細が設定されます。 restoreArtifactsBulkRequestBase から継承されます。 |
id | String | 復元セッションに関連付けられている一括要求の一意識別子。 restoreArtifactsBulkRequestBase から継承されます。 |
lastModifiedBy | identitySet | このエンティティを最後に変更したユーザーの ID。 restoreArtifactsBulkRequestBase から継承されます。 |
lastModifiedDateTime | DateTimeOffset | このエンティティが最後に変更されたときのタイムスタンプ。 restoreArtifactsBulkRequestBase から継承されます。 |
protectionTimePeriod | timePeriod | 保護期間の開始時刻と終了日時。 restoreArtifactsBulkRequestBase から継承されます。 |
protectionUnitIds | String collection | 復元する保護ユニットを示します。 このプロパティはまだ実装されていません。 将来の価値。は使用しないでください。 restoreArtifactsBulkRequestBase から継承されます。 |
restorePointPreference | restoreArtifactsBulkRequestStatus | 返す復元ポイントを示します。 使用可能な値は、 oldest 、 latest 、 unknownFutureValue です。
restoreArtifactsBulkRequestBase から継承されます。 |
siteIds | String collection | 対応する SharePoint 復元セッションに一括操作で追加される SharePoint サイト ID の一覧。 このプロパティはまだ実装されていません。 将来の価値。は使用しないでください。 |
siteWebUrls | String collection | 対応する 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"
}