Uses of Class
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceSortingCriteria
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ThreatIntelligenceSortingCriteria in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionThreatIntelligenceSortingCriteria.withItemKey
(String itemKey) Set the itemKey property: Column name.ThreatIntelligenceSortingCriteria.withSortOrder
(ThreatIntelligenceSortingCriteriaEnum sortOrder) Set the sortOrder property: Sorting order (ascending/descending/unsorted).Modifier and TypeMethodDescriptionThreatIntelligenceFilteringCriteria.sortBy()
Get the sortBy property: Columns to sort by and sorting order.Modifier and TypeMethodDescriptionThreatIntelligenceFilteringCriteria.withSortBy
(List<ThreatIntelligenceSortingCriteria> sortBy) Set the sortBy property: Columns to sort by and sorting order.