Uses of Class
com.azure.resourcemanager.appservice.models.Solution
Packages that use Solution
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Solution in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type SolutionModifier and TypeClassDescriptionfinal classClass Representing Solution for problems detected.Methods in com.azure.resourcemanager.appservice.models that return SolutionModifier and TypeMethodDescriptionstatic SolutionSolution.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Solution from the JsonReader.Solution.withData(List<List<NameValuePair>> data) Set the data property: Solution Data.Solution.withDescription(String description) Set the description property: Description of the solution.Solution.withDisplayName(String displayName) Set the displayName property: Display Name of the solution.Set the id property: Solution Id.Solution.withMetadata(List<List<NameValuePair>> metadata) Set the metadata property: Solution Metadata.Set the order property: Order of the solution.Solution.withType(SolutionType type) Set the type property: Type of Solution.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SolutionModifier and TypeMethodDescriptionAbnormalTimePeriod.solutions()Get the solutions property: List of proposed solutions.DetectorAbnormalTimePeriod.solutions()Get the solutions property: List of proposed solutions.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SolutionModifier and TypeMethodDescriptionAbnormalTimePeriod.withSolutions(List<Solution> solutions) Set the solutions property: List of proposed solutions.DetectorAbnormalTimePeriod.withSolutions(List<Solution> solutions) Set the solutions property: List of proposed solutions.