Uses of Class
com.azure.resourcemanager.loganalytics.models.SearchSortEnum
Packages that use SearchSortEnum
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of SearchSortEnum in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as SearchSortEnumModifier and TypeFieldDescriptionstatic final SearchSortEnumSearchSortEnum.ASCStatic value asc for SearchSortEnum.static final SearchSortEnumSearchSortEnum.DESCStatic value desc for SearchSortEnum.Methods in com.azure.resourcemanager.loganalytics.models that return SearchSortEnumModifier and TypeMethodDescriptionstatic SearchSortEnumSearchSortEnum.fromString(String name) Creates or finds a SearchSortEnum from its string representation.SearchSort.order()Get the order property: The sort order of the search.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type SearchSortEnumModifier and TypeMethodDescriptionstatic Collection<SearchSortEnum>SearchSortEnum.values()Gets known SearchSortEnum values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type SearchSortEnumModifier and TypeMethodDescriptionSearchSort.withOrder(SearchSortEnum order) Set the order property: The sort order of the search.