Class LogAnalyticsQueryPackQueryPropertiesRelated
java.lang.Object
com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQueryPropertiesRelated
The related metadata items for the function.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the categories property: The related categories for the function.Get the resourceTypes property: The related resource types for the function.Get the solutions property: The related Log Analytics solutions for the function.voidvalidate()Validates the instance.withCategories(List<String> categories) Set the categories property: The related categories for the function.withResourceTypes(List<String> resourceTypes) Set the resourceTypes property: The related resource types for the function.withSolutions(List<String> solutions) Set the solutions property: The related Log Analytics solutions for the function.
-
Constructor Details
-
LogAnalyticsQueryPackQueryPropertiesRelated
public LogAnalyticsQueryPackQueryPropertiesRelated()
-
-
Method Details
-
categories
Get the categories property: The related categories for the function.- Returns:
- the categories value.
-
withCategories
Set the categories property: The related categories for the function.- Parameters:
categories- the categories value to set.- Returns:
- the LogAnalyticsQueryPackQueryPropertiesRelated object itself.
-
resourceTypes
Get the resourceTypes property: The related resource types for the function.- Returns:
- the resourceTypes value.
-
withResourceTypes
Set the resourceTypes property: The related resource types for the function.- Parameters:
resourceTypes- the resourceTypes value to set.- Returns:
- the LogAnalyticsQueryPackQueryPropertiesRelated object itself.
-
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 LogAnalyticsQueryPackQueryPropertiesRelated object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-