名前空間: microsoft.graph
SharePoint 移行イベントの一般的な情報を表します。
次の進行状況イベントの基本イベント:
- sharePointMigrationFinishManifestFileUploadEvent
- sharePointMigrationJobCancelledEvent
- sharePointMigrationJobDeletedEvent
- sharePointMigrationJobErrorEvent
- sharePointMigrationJobPostponedEvent
- sharePointMigrationJobProgressEvent
- sharePointMigrationJobQueuedEvent
- sharePointMigrationJobStartEvent
エンティティ から継承します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| 進行状況イベントを一覧表示する | sharePointMigrationEvent コレクション | fileStorageContainer 内の特定のジョブの移行イベントの一覧を取得します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| correlationId | String | 移行ジョブの関連付け ID。 読み取り専用です。 |
| eventDateTime | DateTimeOffset | ジョブの状態が変更された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 読み取り専用。 |
| id | 文字列 | 移行の進行状況イベントの一意の識別子。 読み取り専用です。 エンティティから継承 されます。 |
| jobId | 文字列 | 移行ジョブの一意識別子。 読み取り専用です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.sharePointMigrationEvent",
"correlationId": "String",
"eventDateTime": "String (timestamp)",
"id": "String (identifier)",
"jobId": "String"
}