Uses of Class
com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchPropertiesRelated
Packages that use LogAnalyticsQueryPackQuerySearchPropertiesRelated
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of LogAnalyticsQueryPackQuerySearchPropertiesRelated in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type LogAnalyticsQueryPackQuerySearchPropertiesRelatedModifier and TypeClassDescriptionfinal classThe related metadata items for the function.Methods in com.azure.resourcemanager.loganalytics.models that return LogAnalyticsQueryPackQuerySearchPropertiesRelatedModifier and TypeMethodDescriptionLogAnalyticsQueryPackQuerySearchPropertiesRelated.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogAnalyticsQueryPackQuerySearchPropertiesRelated from the JsonReader.LogAnalyticsQueryPackQuerySearchProperties.related()Get the related property: The related metadata items for the function.LogAnalyticsQueryPackQuerySearchPropertiesRelated.withCategories(List<String> categories) Set the categories property: The related categories for the function.LogAnalyticsQueryPackQuerySearchPropertiesRelated.withResourceTypes(List<String> resourceTypes) Set the resourceTypes property: The related resource types for the function.LogAnalyticsQueryPackQuerySearchPropertiesRelated.withSolutions(List<String> solutions) Set the solutions property: The related Log Analytics solutions for the function.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type LogAnalyticsQueryPackQuerySearchPropertiesRelatedModifier and TypeMethodDescriptionLogAnalyticsQueryPackQuerySearchProperties.withRelated(LogAnalyticsQueryPackQuerySearchPropertiesRelated related) Set the related property: The related metadata items for the function.