Class AlertDetail


  • public final class AlertDetail
    extends com.azure.core.util.ExpandableStringEnum<AlertDetail>
    Defines values for AlertDetail.
    • Field Detail

      • 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 Detail

      • AlertDetail

        public AlertDetail()
    • Method Detail

      • 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.