Share via


Solution Class

Definition

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)

Deserializes a PSObject into an instance of Solution.

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)

Serializes this instance of Solution into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to