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 resources educationModuleResource collection Get an educationModuleResource object collection.
Create educationModuleResource educationModuleResource Create and return an educationModuleResource object.
Get educationModuleResource educationModuleResource Read properties and relationships of an educationModuleResource object.
Update educationModuleResource educationModuleResource Update an educationModuleResource object.
Delete educationModuleResource 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" }
}