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

templateData

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: any

Property Value

any