LogCollectionLevel Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.databox.models.LogCollectionLevel

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

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
the serialized value to parse.

Returns

the parsed LogCollectionLevel object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static LogCollectionLevel valueOf(String name)

Parameters

name
String

Returns

values()

public static LogCollectionLevel[] values()

Returns

Applies to