MSDeployLogEntryType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.appservice.models.MSDeployLogEntryType

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

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

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static MSDeployLogEntryType valueOf(String name)

Parameters

name
String

Returns

values()

public static MSDeployLogEntryType[] values()

Returns

Applies to