Uses of Enum
com.azure.resourcemanager.appservice.models.SolutionType
Packages that use SolutionType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of SolutionType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type SolutionType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return SolutionTypeModifier and TypeMethodDescriptionstatic SolutionTypeSolutionType.fromString(String value) Parses a serialized value to a SolutionType instance.Solution.type()Get the type property: Type of Solution.static SolutionTypeReturns 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 SolutionTypeModifier and TypeMethodDescriptionSolution.withType(SolutionType type) Set the type property: Type of Solution.