Uses of Class
com.azure.resourcemanager.loganalytics.models.SearchSortEnum
Packages that use SearchSortEnum
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of SearchSortEnum in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type SearchSortEnum in com.azure.resourcemanager.loganalytics.modelsFields in com.azure.resourcemanager.loganalytics.models declared as SearchSortEnumModifier and TypeFieldDescriptionstatic final SearchSortEnumSearchSortEnum.ASCasc.static final SearchSortEnumSearchSortEnum.DESCdesc.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.