userFlowLanguagePage 资源类型
命名空间:microsoft.graph
确定在用户流期间向用户显示的用户流语言页。 这些语言页面既包括Microsoft提供的默认语言翻译,也包括可创建用于自定义语言翻译的自定义页面。
方法
方法 | 返回类型 | 说明 |
---|---|---|
Get | userFlowLanguagePage | 检索默认或自定义 userFlowLanguagePage 对象的值。 |
更新 | userFlowLanguagePage | 更新自定义 userFlowLanguagePage 对象中的值。 |
删除 | None | 从自定义 userFlowLanguagePage 对象中删除值。 |
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | userFlowLanguage 页的标识符。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.userFlowLanguagePage",
"id": "String (identifier)"
}