educationModuleResource resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A wrapper object that stores the resources associated with a module. The student won't be able to update this resource. This 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 has been associated with this module. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"resource": {"@odata.type": "microsoft.graph.educationResource"}
}