Class MatchingMethod
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchingMethod>
com.azure.resourcemanager.securityinsights.models.MatchingMethod
Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails,
groupByCustomDetails must be provided and not empty.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MatchingMethod
Static value AllEntities for MatchingMethod.static final MatchingMethod
Static value AnyAlert for MatchingMethod.static final MatchingMethod
Static value Selected for MatchingMethod. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatchingMethod
fromString
(String name) Creates or finds a MatchingMethod from its string representation.static Collection<MatchingMethod>
values()
Gets known MatchingMethod values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ALL_ENTITIES
Static value AllEntities for MatchingMethod. -
ANY_ALERT
Static value AnyAlert for MatchingMethod. -
SELECTED
Static value Selected for MatchingMethod.
-
-
Constructor Details
-
MatchingMethod
public MatchingMethod()
-
-
Method Details
-
fromString
Creates or finds a MatchingMethod from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MatchingMethod.
-
values
Gets known MatchingMethod values.- Returns:
- known MatchingMethod values.
-