Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.84 KB

educationmoduleresource.md

File metadata and controls

53 lines (40 loc) · 2.84 KB
title description ms.localizationpriority author ms.subservice doc_type
educationModuleResource resource type
A wrapper object that stores the resources associated with a module.
medium
v-rmanda
education
resourcePageType

educationModuleResource resource type

Namespace: microsoft.graph

A wrapper object that stores the resources associated with a module. The student isn't able to update this resource. This resource is a handout from the teacher to the student with nothing to be turned in.

Methods

Method Return Type Description
List module resources educationModuleResource collection Get an educationModuleResource object collection.
Create module resource educationModuleResource Create and return an educationModuleResource object.
Get module resource educationModuleResource Read properties and relationships of an educationModuleResource object.
Update module resource educationModuleResource Update an educationModuleResource object.
Delete resource from module None Delete an educationModuleResource object.

Properties

Property Type Description
id String ID of this resource. Read-only.
resource educationResource Resource object that is with this module.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "resource": { "@odata.type": "microsoft.graph.educationResource" }
}