java.lang.Object
com.azure.core.util.ExpandableStringEnum<LogLevel>
com.azure.resourcemanager.containerregistry.models.LogLevel
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class LogLevel extends com.azure.core.util.ExpandableStringEnum<LogLevel>
The verbosity of logs persisted on the connected registry.
  • Field Details

    • DEBUG

      public static final LogLevel DEBUG
      Static value Debug for LogLevel.
    • INFORMATION

      public static final LogLevel INFORMATION
      Static value Information for LogLevel.
    • WARNING

      public static final LogLevel WARNING
      Static value Warning for LogLevel.
    • ERROR

      public static final LogLevel ERROR
      Static value Error for LogLevel.
    • NONE

      public static final LogLevel NONE
      Static value None for LogLevel.
  • Constructor Details

  • Method Details

    • fromString

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

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