Uses of Class
com.azure.resourcemanager.securityinsights.models.MatchingMethod
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of MatchingMethod in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final MatchingMethod
MatchingMethod.ALL_ENTITIES
Static value AllEntities for MatchingMethod.static final MatchingMethod
MatchingMethod.ANY_ALERT
Static value AnyAlert for MatchingMethod.static final MatchingMethod
MatchingMethod.SELECTED
Static value Selected for MatchingMethod.Modifier and TypeMethodDescriptionstatic MatchingMethod
MatchingMethod.fromString
(String name) Creates or finds a MatchingMethod from its string representation.GroupingConfiguration.matchingMethod()
Get the matchingMethod property: Grouping matching method.Modifier and TypeMethodDescriptionstatic Collection<MatchingMethod>
MatchingMethod.values()
Gets known MatchingMethod values.Modifier and TypeMethodDescriptionGroupingConfiguration.withMatchingMethod
(MatchingMethod matchingMethod) Set the matchingMethod property: Grouping matching method.