WorkbookTemplate interface
Application Insights 工作簿模板定义。
属性
| author | 有关工作簿模板作者的信息。 |
| galleries | 模板支持的工作簿库。 |
| localized | 本地化库的键值对。 每个键都是Azure 门户支持的语言的区域设置代码。 |
| priority | 模板的优先级。 确定在查看器模式下打开工作簿库时要打开的模板。 |
| template |
包含工作簿模板有效负载的有效 JSON 对象。 |
继承属性
| id | Azure 资源 ID 注意:此属性不会序列化。 它只能由服务器填充。 |
| location | 资源位置 |
| name | Azure 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 资源标记 |
| type | Azure 资源类型注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
author
有关工作簿模板作者的信息。
author?: string
属性值
string
galleries
localized
本地化库的键值对。 每个键都是Azure 门户支持的语言的区域设置代码。
localized?: {[propertyName: string]: WorkbookTemplateLocalizedGallery[]}
属性值
{[propertyName: string]: WorkbookTemplateLocalizedGallery[]}
priority
模板的优先级。 确定在查看器模式下打开工作簿库时要打开的模板。
priority?: number
属性值
number
templateData
包含工作簿模板有效负载的有效 JSON 对象。
templateData?: Record<string, unknown>
属性值
Record<string, unknown>
继承属性详细信息
location
tags
资源标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}