Uses of Class
com.azure.resourcemanager.loganalytics.models.SearchSort
Packages that use SearchSort
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of SearchSort in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return SearchSortModifier and TypeMethodDescriptionSet the name property: The name of the field the search query is sorted on.SearchSort.withOrder(SearchSortEnum order) Set the order property: The sort order of the search.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type SearchSortModifier and TypeMethodDescriptionSearchMetadata.sort()Get the sort property: How the results are sorted.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type SearchSortModifier and TypeMethodDescriptionSearchMetadata.withSort(List<SearchSort> sort) Set the sort property: How the results are sorted.