Solution Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class Representing Solution for problems detected.
public class Solution
type Solution = class
Public Class Solution
- Inheritance
-
Solution
Constructors
Solution() |
Initializes a new instance of the Solution class. |
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>) |
Initializes a new instance of the Solution class. |
Properties
Data |
Gets or sets solution Data. |
Description |
Gets or sets description of the solution |
DisplayName |
Gets or sets display Name of the solution |
Id |
Gets or sets solution Id. |
Metadata |
Gets or sets solution Metadata. |
Order |
Gets or sets order of the solution. |
Type |
Gets or sets type of Solution. Possible values include: 'QuickSolution', 'DeepInvestigation', 'BestPractices' |
Applies to
Azure SDK for .NET