plannerPlanConfiguration 资源类型

命名空间:microsoft.graph

重要

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

表示为 businessScenario 创建的 plannerPlan 资源的配置。

继承自 entity

Methods

方法 返回类型 说明
Get plannerPlanConfiguration 读取 plannerPlanConfiguration 对象的属性和关系。
更新 plannerPlanConfiguration 更新 businessScenarioplannerPlanConfiguration 对象的属性。

属性

属性 类型 说明
buckets plannerPlanConfigurationBucketDefinition 集合 列出应在计划中创建的存储桶。
createdBy identitySet 计划配置的创建者的标识。
createdDateTime DateTimeOffset 创建计划配置的日期和时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
defaultLanguage String 默认语言的语言代码,用于为计划创建的对象的名称。
id String 计划配置的唯一标识符。 继承自 entity
lastModifiedBy identitySet 上次修改计划配置的用户的标识。
lastModifiedDateTime DateTimeOffset 上次修改计划配置的日期和时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z

关系

关系 类型 说明
定位 plannerPlanConfigurationLocalization 集合 计划配置的本地化名称。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.plannerPlanConfiguration",
  "buckets": [{"@odata.type": "microsoft.graph.plannerPlanConfigurationBucketDefinition"}],
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "defaultLanguage": "String",
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)"
}