WorkbookTemplate interface
Application Insights 活頁簿範本定義。
- Extends
屬性
author | 活頁簿範本作者的相關信息。 |
galleries | 範本支援的活頁簿資源庫。 |
localized | 當地語系化資源庫的索引鍵值組。 每個金鑰都是 Azure 入口網站所支援語言的地區設定程式代碼。 |
priority | 範本的優先順序。 決定在查看器模式中開啟活頁簿庫時要開啟的範本。 |
template |
包含活頁簿範本承載的有效 JSON 物件。 |
繼承的屬性
id | Azure 資源識別碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
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>
繼承的屬性詳細資料
id
location
name
Azure 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自
tags
資源標籤
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}