plannerPlanContextDetails 资源类型

命名空间:microsoft.graph

重要

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

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

属性

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

plannerContextState 值

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

JSON 表示形式

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

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