当我执行这个:
GraphServiceClient graphClient = new GraphServiceClient( authProvider );
var assignments = await graphClient
.Education
.Classes["classId"]
.Assignments
.Request()
.GetAsync();
它返回此错误:
IEducationClassRequestBuilder 不包含“作业”的定义,也没有可扩展的定义方法...
但是从Graph Expolorer调用以下命令会返回预期的分配列表。
https://graph.microsoft.com/beta/education/classes/{id}/assignments
请问有什么指点吗?用完头发拉出LOL,干杯