存储资源类型
Namespace:microsoft.graph.termStore
表示分类术语库。
继承自 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"
]
}