LogCollectionLevel Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. databox. models. LogCollectionLevel
- com.
- java.
public enum LogCollectionLevel
extends Enum<LogCollectionLevel>
Level of the logs to be collected.
Fields
| ERROR |
Enum value Error. |
| VERBOSE |
Enum value Verbose. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static LogCollectionLevel fromString(String value)
Parses a serialized value to a LogCollectionLevel instance.
Parameters
- value
- String
Returns
the parsed LogCollectionLevel object, or null if unable to parse.