Class WorkbookTemplateGallery

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

public final class WorkbookTemplateGallery extends Object
Gallery information for a workbook template.
  • Constructor Details

    • WorkbookTemplateGallery

      public WorkbookTemplateGallery()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the workbook template in the gallery.
      Returns:
      the name value.
    • withName

      public WorkbookTemplateGallery withName(String name)
      Set the name property: Name of the workbook template in the gallery.
      Parameters:
      name - the name value to set.
      Returns:
      the WorkbookTemplateGallery object itself.
    • category

      public String category()
      Get the category property: Category for the gallery.
      Returns:
      the category value.
    • withCategory

      public WorkbookTemplateGallery withCategory(String category)
      Set the category property: Category for the gallery.
      Parameters:
      category - the category value to set.
      Returns:
      the WorkbookTemplateGallery object itself.
    • type

      public String type()
      Get the type property: Type of workbook supported by the workbook template.
      Returns:
      the type value.
    • withType

      public WorkbookTemplateGallery withType(String type)
      Set the type property: Type of workbook supported by the workbook template.
      Parameters:
      type - the type value to set.
      Returns:
      the WorkbookTemplateGallery object itself.
    • order

      public Integer order()
      Get the order property: Order of the template within the gallery.
      Returns:
      the order value.
    • withOrder

      public WorkbookTemplateGallery withOrder(Integer order)
      Set the order property: Order of the template within the gallery.
      Parameters:
      order - the order value to set.
      Returns:
      the WorkbookTemplateGallery object itself.
    • resourceType

      public String resourceType()
      Get the resourceType property: Azure resource type supported by the gallery.
      Returns:
      the resourceType value.
    • withResourceType

      public WorkbookTemplateGallery withResourceType(String resourceType)
      Set the resourceType property: Azure resource type supported by the gallery.
      Parameters:
      resourceType - the resourceType value to set.
      Returns:
      the WorkbookTemplateGallery object itself.
    • validate

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