你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Common.TextBlock UI 元素

可用于向门户界面添加文本的控件。

UI 示例

门户界面中 Microsoft.Common.TextBlock UI 元素的屏幕截图。

架构

{
  "name": "text1",
  "type": "Microsoft.Common.TextBlock",
  "visible": true,
  "options": {
    "text": "Please provide the configuration values for your application.",
    "link": {
      "label": "Learn more",
      "uri": "https://www.microsoft.com"
    }
  }
}

示例输出

"Please provide the configuration values for your application. Learn more"

后续步骤