Class LogAnalyticsQueryPackQuerySearchPropertiesRelated

java.lang.Object
com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchPropertiesRelated

public final class LogAnalyticsQueryPackQuerySearchPropertiesRelated extends Object
The related metadata items for the function.
  • Constructor Details

    • LogAnalyticsQueryPackQuerySearchPropertiesRelated

      public LogAnalyticsQueryPackQuerySearchPropertiesRelated()
  • Method Details

    • categories

      public List<String> categories()
      Get the categories property: The related categories for the function.
      Returns:
      the categories value.
    • withCategories

      public LogAnalyticsQueryPackQuerySearchPropertiesRelated withCategories(List<String> categories)
      Set the categories property: The related categories for the function.
      Parameters:
      categories - the categories value to set.
      Returns:
      the LogAnalyticsQueryPackQuerySearchPropertiesRelated object itself.
    • resourceTypes

      public List<String> resourceTypes()
      Get the resourceTypes property: The related resource types for the function.
      Returns:
      the resourceTypes value.
    • withResourceTypes

      public LogAnalyticsQueryPackQuerySearchPropertiesRelated withResourceTypes(List<String> resourceTypes)
      Set the resourceTypes property: The related resource types for the function.
      Parameters:
      resourceTypes - the resourceTypes value to set.
      Returns:
      the LogAnalyticsQueryPackQuerySearchPropertiesRelated object itself.
    • solutions

      public List<String> solutions()
      Get the solutions property: The related Log Analytics solutions for the function.
      Returns:
      the solutions value.
    • withSolutions

      Set the solutions property: The related Log Analytics solutions for the function.
      Parameters:
      solutions - the solutions value to set.
      Returns:
      the LogAnalyticsQueryPackQuerySearchPropertiesRelated object itself.
    • validate

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