java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchingMethod>
com.azure.resourcemanager.securityinsights.models.MatchingMethod

public final class MatchingMethod extends com.azure.core.util.ExpandableStringEnum<MatchingMethod>
Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.
  • Field Details

    • ALL_ENTITIES

      public static final MatchingMethod ALL_ENTITIES
      Static value AllEntities for MatchingMethod.
    • ANY_ALERT

      public static final MatchingMethod ANY_ALERT
      Static value AnyAlert for MatchingMethod.
    • SELECTED

      public static final MatchingMethod SELECTED
      Static value Selected for MatchingMethod.
  • Constructor Details

    • MatchingMethod

      public MatchingMethod()
  • Method Details

    • fromString

      public static MatchingMethod fromString(String name)
      Creates or finds a MatchingMethod from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding MatchingMethod.
    • values

      public static Collection<MatchingMethod> values()
      Gets known MatchingMethod values.
      Returns:
      known MatchingMethod values.