Class Verbosity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Verbosity>
com.azure.resourcemanager.apimanagement.models.Verbosity
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The verbosity level applied to traces emitted by trace policies.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VerbosityfromString(String name) Creates or finds a Verbosity from its string representation.static Collection<Verbosity> values()Gets known Verbosity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
VERBOSE
Static value verbose for Verbosity. -
INFORMATION
Static value information for Verbosity. -
ERROR
Static value error for Verbosity.
-
-
Constructor Details
-
Verbosity
Deprecated.Use thefromString(String)factory method.Creates a new instance of Verbosity value.
-
-
Method Details
-
fromString
Creates or finds a Verbosity from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Verbosity.
-
values
Gets known Verbosity values.- Returns:
- known Verbosity values.
-
fromString(String)factory method.