Uses of Class
com.azure.resourcemanager.appservice.models.Solution
-
Packages that use Solution Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Solution in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Solution Modifier and Type Method Description SolutionSolution. withData(List<List<NameValuePair>> data)Set the data property: Solution Data.SolutionSolution. withDescription(String description)Set the description property: Description of the solution.SolutionSolution. withDisplayName(String displayName)Set the displayName property: Display Name of the solution.SolutionSolution. withId(Double id)Set the id property: Solution Id.SolutionSolution. withMetadata(List<List<NameValuePair>> metadata)Set the metadata property: Solution Metadata.SolutionSolution. withOrder(Double order)Set the order property: Order of the solution.SolutionSolution. withType(SolutionType type)Set the type property: Type of Solution.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type Solution Modifier and Type Method Description List<Solution>AbnormalTimePeriod. solutions()Get the solutions property: List of proposed solutions.List<Solution>DetectorAbnormalTimePeriod. solutions()Get the solutions property: List of proposed solutions.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type Solution Modifier and Type Method Description AbnormalTimePeriodAbnormalTimePeriod. withSolutions(List<Solution> solutions)Set the solutions property: List of proposed solutions.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withSolutions(List<Solution> solutions)Set the solutions property: List of proposed solutions.
-