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" }
}