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

public final class AlertDetail extends com.azure.core.util.ExpandableStringEnum<AlertDetail>
Alert detail.
  • Field Details

    • DISPLAY_NAME

      public static final AlertDetail DISPLAY_NAME
      Static value DisplayName for AlertDetail.
    • SEVERITY

      public static final AlertDetail SEVERITY
      Static value Severity for AlertDetail.
  • Constructor Details

    • AlertDetail

      public AlertDetail()
  • Method Details

    • fromString

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

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