Class WorkbookTemplateLocalizedGallery

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.WorkbookTemplateLocalizedGallery

public final class WorkbookTemplateLocalizedGallery extends Object
Localized template data and gallery information.
  • Constructor Details

    • WorkbookTemplateLocalizedGallery

      public WorkbookTemplateLocalizedGallery()
  • Method Details

    • templateData

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

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

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

      Set the galleries property: Workbook galleries supported by the template.
      Parameters:
      galleries - the galleries value to set.
      Returns:
      the WorkbookTemplateLocalizedGallery object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.