restoreArtifactsBulkRequestBase リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
復元セッションのいずれかに関連付けられている一括要求を表す抽象型。
siteRestoreArtifactsBulkAdditionRequests、mailboxRestoreArtifactsBulkAdditionRequests、driveRestoreArtifactsBulkAdditionRequests の基本型。
エンティティ から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
createdBy | identitySet | 一括要求を作成したユーザーの ID。 |
createdDateTime | DateTimeOffset | 一括要求が作成された時刻。 |
destinationType | destinationType | 復元先を示します。 使用可能な値: new 、inPlace 、unknownFutureValue 。 |
displayName | String | 追加要求の名前。 |
error | publicError | リソース解決エラーのエラーの詳細が設定されます。 |
id | String | 復元セッションに関連付けられている一括要求の一意識別子。 エンティティから継承 されます。 |
lastModifiedBy | identitySet | このエンティティを最後に変更したユーザーの ID。 |
lastModifiedDateTime | DateTimeOffset | このエンティティが最後に変更されたときのタイムスタンプ。 |
protectionTimePeriod | timePeriod | 保護期間の開始日と終了日時。 |
protectionUnitIds | String collection | 復元する保護ユニットを示します。 このプロパティはまだ実装されていません。 将来の価値。は使用しないでください。 |
restorePointPreference | restorePointPreference | 返す復元ポイントを示します。 使用可能な値: oldest 、latest 、unknownFutureValue 。 |
status | restoreArtifactsBulkRequestStatus | 実行時間の長い操作の状態を決定します。 使用可能な値の領域: unknown 、 active 、 completed 、 completedWithErrors 、 unknownFutureValue 。 |
tags | restorePointTags | 復元ポイントの種類。 使用可能な値: none 、fastRestore 、unknownFutureValue 。 |
restoreArtifactsBulkRequestStatus 値
メンバー | 説明 |
---|---|
不明 | 復元セッションは、システムの一時的な問題またはエラーが原因である可能性があるため、不確定な状態です。 |
アクティブ | エンティティの作成時の初期状態は active 。 |
完了 | すべての保護リソースが対応する復元セッションに追加されると、エンティティの状態が completed になります。 状態遷移は、 active から completed に切り替わります。 |
completedWithErrors | リソースの解決中にエラーが発生した場合、エンティティの状態は completedWithErrors になります。 状態遷移は、 active から completedWithErrors に切り替わります。 |
unknownFutureValue | 進化可能な列挙センチネル値。 使用しないでください。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.restoreArtifactsBulkRequestBase",
"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",
"status": "String",
"tags": "String"
}