Class WorkbookTemplateInner


  • public final class WorkbookTemplateInner
    extends WorkbookTemplateResource
    An Application Insights workbook template definition.
    • Constructor Detail

      • WorkbookTemplateInner

        public WorkbookTemplateInner()
    • Method Detail

      • priority

        public Integer priority()
        Get the priority property: Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.
        Returns:
        the priority value.
      • withPriority

        public WorkbookTemplateInner withPriority​(Integer priority)
        Set the priority property: Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.
        Parameters:
        priority - the priority value to set.
        Returns:
        the WorkbookTemplateInner object itself.
      • author

        public String author()
        Get the author property: Information about the author of the workbook template.
        Returns:
        the author value.
      • withAuthor

        public WorkbookTemplateInner withAuthor​(String author)
        Set the author property: Information about the author of the workbook template.
        Parameters:
        author - the author value to set.
        Returns:
        the WorkbookTemplateInner object itself.
      • templateData

        public Object templateData()
        Get the templateData property: Valid JSON object containing workbook template payload.
        Returns:
        the templateData value.
      • withTemplateData

        public WorkbookTemplateInner withTemplateData​(Object templateData)
        Set the templateData property: Valid JSON object containing workbook template payload.
        Parameters:
        templateData - the templateData value to set.
        Returns:
        the WorkbookTemplateInner object itself.
      • galleries

        public List<WorkbookTemplateGallery> galleries()
        Get the galleries property: Workbook galleries supported by the template.
        Returns:
        the galleries value.
      • withGalleries

        public WorkbookTemplateInner withGalleries​(List<WorkbookTemplateGallery> galleries)
        Set the galleries property: Workbook galleries supported by the template.
        Parameters:
        galleries - the galleries value to set.
        Returns:
        the WorkbookTemplateInner object itself.
      • localized

        public Map<String,​List<WorkbookTemplateLocalizedGallery>> localized()
        Get the localized property: Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
        Returns:
        the localized value.
      • withLocalized

        public WorkbookTemplateInner withLocalized​(Map<String,​List<WorkbookTemplateLocalizedGallery>> localized)
        Set the localized property: Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
        Parameters:
        localized - the localized value to set.
        Returns:
        the WorkbookTemplateInner object itself.