WorkbookTemplateUpdateParameters Class

The parameters that can be provided when updating workbook template.

All required parameters must be populated in order to send to Azure.

Inheritance
WorkbookTemplateUpdateParameters

Constructor

WorkbookTemplateUpdateParameters(*, template_data, galleries, tags=None, priority: Optional[int] = None, author: Optional[str] = None, localized=None, **kwargs)

Parameters

tags
dict[str, str]
Required

Resource tags

priority
int
Required

Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.

author
str
Required

Information about the author of the workbook template.

template_data
object
Required

Required. Valid JSON object containing workbook template payload.

galleries
list[WorkbookTemplateGallery]
Required

Required. Workbook galleries supported by the template.

localized
dict[<xref:str,list>[WorkbookTemplateLocalizedGallery]]
Required

Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.