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