userFlowLanguagePage 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

用户流语言页用于确定在使用用户流配置的用户旅程期间,用户将显示的字符串。 这些语言页面既包括 Microsoft 提供的默认语言翻译,也包括可创建用于自定义语言翻译的自定义页面。

方法

方法 返回类型 说明
获取 userFlowLanguagePage userFlowLanguagePage 检索默认或自定义 userFlowLanguagePage 对象的值。
更新 userFlowLanguagePage userFlowLanguagePage 更新自定义 userFlowLanguagePage 对象中的值。
删除 userFlowLanguagePage 从自定义 userFlowLanguagePage 对象中删除值。

属性

属性 类型 说明
id String userFlowLanguage 页的标识符。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.userFlowLanguagePage",
  "id": "String (identifier)"
}