educationFeedbackResourceOutcome リソースの種類

名前空間: microsoft.graph

文書の形式で educationOutcome オブジェクトに関するフィードバックを表します。

educationOutcome から継承します。

メソッド

メソッド 戻り値の型 説明
educationFeedbackResourceOutcome を作成する educationOutcome 申請の新しい フィードバック リソース を作成します。
educationFeedbackResourceOutcome を削除する なし 送信から フィードバック リソース を削除します。

プロパティ

プロパティ 説明
feedbackResource educationResource 実際のフィードバック リソース。
id String educationFeedbackResourceOutcome の一意識別子。 エンティティから継承 されます。
lastModifiedBy identitySet リソースを更新した個人。 educationOutcome から継承されます。
lastModifiedDateTime DateTimeOffset リソースが最後に変更された時点。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2021 年 1 月 1 日の午前 0 時 (UTC) は です 2021-01-01T00:00:00ZeducationOutcome から継承されます。
resourceStatus educationFeedbackResourceOutcomeStatus フィードバック リソースの状態。 使用可能な値: notPublishedpendingPublishpublishedfailedPublishunknownFutureValue

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "feedbackResource": {"@odata.type": "microsoft.graph.educationResource"},
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)",
  "resourceStatus": {"@odata.type": "microsoft.graph.educationFeedbackResourceOutcomeStatus"}
}