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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SolutionTypeConverter))]
public class Solution : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SolutionTypeConverter))>]
type Solution = class
interface ISolution
interface IJsonSerializable
Public Class Solution
Implements ISolution
- Inheritance
-
Solution
- Attributes
- Implements
Constructors
Solution() |
Creates an new Solution instance. |
Properties
Data |
Solution Data. |
Description |
Description of the solution |
DisplayName |
Display Name of the solution |
Id |
Solution Id. |
Metadata |
Solution Metadata. |
Order |
Order of the solution. |
Type |
Type of Solution |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Solution. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISolution. |
FromJsonString(String) |
Creates a new instance of Solution, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |