Uses of Class
com.azure.resourcemanager.appservice.models.SolutionType
-
Packages that use SolutionType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of SolutionType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SolutionType Modifier and Type Method Description static SolutionTypeSolutionType. fromString(String value)Parses a serialized value to a SolutionType instance.SolutionTypeSolution. type()Get the type property: 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.azure.resourcemanager.appservice.models with parameters of type SolutionType Modifier and Type Method Description SolutionSolution. withType(SolutionType type)Set the type property: Type of Solution.
-