SolutionType Enum

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

public enum SolutionType
extends Enum<SolutionType>

Type of Solution.

Fields

BEST_PRACTICES

Enum value BestPractices.

DEEP_INVESTIGATION

Enum value DeepInvestigation.

QUICK_SOLUTION

Enum value QuickSolution.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static SolutionType fromString(String value)

Parses a serialized value to a SolutionType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static SolutionType valueOf(String name)

Parameters

name
String

Returns

values()

public static SolutionType[] values()

Returns

Applies to