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

public final class Level extends com.azure.core.util.ExpandableStringEnum<Level>
Denotes the additional response level.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Level
    Static value Error for Level.
    static final Level
    Static value Info for Level.
    static final Level
    Static value Warning for Level.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Level
    Creates or finds a Level from its string representation.
    Gets known Level values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • WARNING

      public static final Level WARNING
      Static value Warning for Level.
    • INFO

      public static final Level INFO
      Static value Info for Level.
    • ERROR

      public static final Level ERROR
      Static value Error for Level.
  • Constructor Details

  • Method Details

    • fromString

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

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