WorkbookTemplateUpdateParameters interface
The parameters that can be provided when updating workbook template.
Properties
author | Information about the author of the workbook template. |
galleries | Workbook galleries supported by the template. |
localized | Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. |
priority | Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. |
tags | Resource tags |
template |
Valid JSON object containing workbook template payload. |
Property Details
author
Information about the author of the workbook template.
author?: string
Property Value
string
galleries
Workbook galleries supported by the template.
galleries?: WorkbookTemplateGallery[]
Property Value
localized
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
localized?: {[propertyName: string]: WorkbookTemplateLocalizedGallery[]}
Property Value
{[propertyName: string]: WorkbookTemplateLocalizedGallery[]}
priority
Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.
priority?: number
Property Value
number
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
templateData
Valid JSON object containing workbook template payload.
templateData?: Record<string, unknown>
Property Value
Record<string, unknown>
Azure SDK for JavaScript