次の方法で共有


educationGradingScheme リソースの種類

名前空間: microsoft.graph

グレーディングのカスタム スキームを表します。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
Create educationGradingScheme educationClass で新しい educationGradingScheme を作成 します
Get educationGradingScheme educationGradingScheme オブジェクトのプロパティとリレーションシップを読み取ります。
Update educationGradingScheme educationGradingScheme オブジェクトのプロパティを更新します。
Delete なし educationGradingScheme オブジェクトを削除します。

プロパティ

プロパティ 説明
displayName 文字列 グレーディング スキームの名前。
成績 educationGradingSchemeGrade コレクション スキームを構成する成績。
hidePointsDuringGrading ブール型 UI の表示設定。 教師がレターの成績に加えてポイントで採点できるかどうかを示します。
id 文字列 グレーディング スキームの ID。 エンティティから継承 されます。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.educationGradingScheme",
  "displayName": "String",
  "grades": [{"@odata.type": "microsoft.graph.educationGradingSchemeGrade"}],
  "hidePointsDuringGrading": "Boolean",
  "id": "String (identifier)"
}