设置资源类型

命名空间:microsoft.graph.termStore

重要

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

表示术语 [存储]中使用的集。 该集表示包含分层术语集合的单元。 [组]可以包含多个集。

继承自 entity

Methods

方法 返回类型 说明
列表集 collection microsoft.graph.termStore.set 返回术语[存储][组]中包含的集的列表
创建集 microsoft.graph.termStore.set 在术语 [存储]中创建新的 set 对象。
创建术语 microsoft.graph.termStore.term 在术语[存储]中创建新的术语对象。
获取集 microsoft.graph.termStore.set 获取术语 [存储]中的 set 对象。
获取术语 microsoft.graph.termStore.term 获取术语[存储]中的术语对象。
更新集 microsoft.graph.termStore.set 更新术语 [存储]中 set 对象的属性。
删除集 None 删除术语 [存储]中的 set 对象。

属性

属性 类型 说明
createdDateTime DateTimeOffset 创建集的日期和时间。 只读。
说明 字符串 说明,提供有关术语使用情况的详细信息。
id String 唯一标识符。 只读。
localizedNames microsoft.graph.termStore.localizedName 集合 每个 languageTag 的集的名称。
properties microsoft.graph.keyValue 集合 集的自定义属性。

关系

关系 类型 说明
children microsoft.graph.termStore.term 集合 术语 [存储]中设置的子术语。
parentGroup microsoft.graph.termStore.group 包含该集的父 [组] 。
关系 microsoft.graph.termStore.relation 集合 指示已直接在集下固定或重复使用的术语。
条款 microsoft.graph.termStore.term 集合 集下的所有术语。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.termStore.set",
  "id": "String (identifier)",
  "localizedNames": [
    {
      "@odata.type": "microsoft.graph.termStore.localizedName"
    }
  ],
  "description": "String",
  "createdDateTime": "String (timestamp)",
  "properties": [
    {
      "@odata.type": "microsoft.graph.termStore.keyValue"
    }
  ]
}