Uses of Class
com.microsoft.azure.management.appservice.Solution
-
-
Uses of Solution in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return Solution Modifier and Type Method Description SolutionSolution. withData(List<List<NameValuePair>> data)Set solution Data.SolutionSolution. withDescription(String description)Set description of the solution.SolutionSolution. withDisplayName(String displayName)Set display Name of the solution.SolutionSolution. withId(Double id)Set solution Id.SolutionSolution. withMetadata(List<List<NameValuePair>> metadata)Set solution Metadata.SolutionSolution. withOrder(Double order)Set order of the solution.SolutionSolution. withType(SolutionType type)Set type of Solution.Methods in com.microsoft.azure.management.appservice that return types with arguments of type Solution Modifier and Type Method Description List<Solution>AbnormalTimePeriod. solutions()Get list of proposed solutions.List<Solution>DetectorAbnormalTimePeriod. solutions()Get list of proposed solutions.Method parameters in com.microsoft.azure.management.appservice with type arguments of type Solution Modifier and Type Method Description AbnormalTimePeriodAbnormalTimePeriod. withSolutions(List<Solution> solutions)Set list of proposed solutions.DetectorAbnormalTimePeriodDetectorAbnormalTimePeriod. withSolutions(List<Solution> solutions)Set list of proposed solutions.
-