Class Level
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Level>
com.azure.resourcemanager.resources.models.Level
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Denotes the additional response level.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LevelfromString(String name) Creates or finds a Level from its string representation.static Collection<Level> values()Gets known Level values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
WARNING
Static value Warning for Level. -
INFO
Static value Info for Level. -
ERROR
Static value Error for Level.
-
-
Constructor Details
-
Level
Deprecated.Use thefromString(String)factory method.Creates a new instance of Level value.
-
-
Method Details
-
fromString
Creates or finds a Level from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Level.
-
values
Gets known Level values.- Returns:
- known Level values.
-
fromString(String)factory method.