Uses of Class
com.microsoft.azure.management.appservice.SolutionType
-
-
Uses of SolutionType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SolutionType Modifier and Type Method Description static SolutionTypeSolutionType. fromString(String value)Parses a serialized value to a SolutionType instance.SolutionTypeSolution. type()Get type of Solution.static SolutionTypeSolutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SolutionType[]SolutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type SolutionType Modifier and Type Method Description SolutionSolution. withType(SolutionType type)Set type of Solution.
-