Class VerbosityLevel
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VerbosityLevel>
com.microsoft.azure.management.network.VerbosityLevel
Defines values for VerbosityLevel.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VerbosityLevel
Static value Full for VerbosityLevel.static final VerbosityLevel
Static value Minimum for VerbosityLevel.static final VerbosityLevel
Static value Normal for VerbosityLevel. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VerbosityLevel
fromString
(String name) Creates or finds a VerbosityLevel from its string representation.static Collection<VerbosityLevel>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NORMAL
Static value Normal for VerbosityLevel. -
MINIMUM
Static value Minimum for VerbosityLevel. -
FULL
Static value Full for VerbosityLevel.
-
-
Constructor Details
-
VerbosityLevel
public VerbosityLevel()
-
-
Method Details
-
fromString
Creates or finds a VerbosityLevel from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VerbosityLevel
-
values
- Returns:
- known VerbosityLevel values
-