Namespace:microsoft.graph.termStore
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示分类术语库。
继承自 entity。
Methods
| 方法 | 返回类型 | Description |
|---|---|---|
| List | microsoft.graph.termStore.group 集合 | 获取术语存储对象中可用的组。 |
| Get | microsoft.graph.termStore.store | 读取术语存储对象的属性和关系。 |
| 更新 | microsoft.graph.termStore.store | 更新术语存储对象的属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| defaultLanguageTag | String | 术语库的默认语言。 |
| id | String | 术语库的唯一标识符。 此为只读属性。 |
| languageTags | 字符串集合 | 术语库的语言列表。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| groups | microsoft.graph.termStore.group 集合 | 术语库中可用的所有组的集合。 |
| 集 | microsoft.graph.termStore.set 集合 | 术语库中所有可用集的集合。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.termStore.store",
"id": "String (identifier)",
"defaultLanguageTag": "String",
"languageTags": [
"String"
]
}