plannerPlanContextDetails 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

plannerPlanContextDetails 资源包含有关 plannerPlanContext 的其他信息

属性

属性 类型 说明
customLinkText String 可为 NULL。 指定在用户体验中用于显示链接的相关 plannerPlanContext 的文本。 如果为 null,应用程序应基于 displayLinkType 属性显示包含自定义文本的链接。
displayLinkType plannerPlanContextType 指定应用程序如何显示指向关联的 plannerPlanContext 的链接。 应用程序可以选择根据链接类型提供自定义文本、说明、图标或其他体验。 可取值为:teamsTabsharePointPagemeetingNotesotherunknownFutureValue
url String 由关联的 plannerPlanContext 表示的用户体验的 URL。
state plannerContextState 指示关联的 plannerPlanContext 的状态

plannerContextState 值

说明
active 上下文没有问题。
已取消链接 以前链接的 plannerPlanContext 不再链接到计划。
unknownFutureValue 可发展枚举 sentinel 值。 请勿使用。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "url": "string",
  "customLinkText": "string",
  "displayLinkType": "string",
  "state": "string"
}