MSDeployLogEntryType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. appservice. models. MSDeployLogEntryType
- com.
- java.
public enum MSDeployLogEntryType
extends Enum<MSDeployLogEntryType>
Log entry type.
Fields
| ERROR |
Enum value Error. |
| MESSAGE |
Enum value Message. |
| WARNING |
Enum value Warning. |
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 MSDeployLogEntryType fromString(String value)
Parses a serialized value to a MSDeployLogEntryType instance.
Parameters
- value
- String
Returns
the parsed MSDeployLogEntryType object, or null if unable to parse.