存储资源类型
命名空间:microsoft.graph.termStore
表示分类术语库。
继承自 实体。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| List groups | microsoft.graph.termStore.group 集合 | 获取术语库对象中的可用组。 |
| 获取应用商店 | microsoft.graph.termStore.store | 读取术语库对象的属性和关系。 |
| 更新存储 | microsoft.graph.termStore.store | 更新术语库对象的属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| defaultLanguageTag | String | 术语库的默认语言。 |
| id | String | 术语库的唯一标识符。 只读。 |
| languageTags | 字符串集合 | 术语库的语言列表。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| groups | microsoft.graph.termStore.group 集合 | 术语存储中所有可用组的集合。 |
| sets | microsoft.graph.termStore.set 集合 | 术语存储中所有可用集的集合。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.termStore.store",
"id": "String (identifier)",
"defaultLanguageTag": "String",
"languageTags": [
"String"
]
}
反馈
提交和查看相关反馈