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.
Solution REST Resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionTypeConverter))]
public class Solution : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.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
CleanupState |
Gets or sets the cleanup state of the solution. |
DetailAssessmentCount |
Gets or sets the count of assessments reported by the solution. |
DetailExtendedDetail |
Gets or sets the extended details reported by the solution. |
DetailGroupCount |
Gets or sets the count of groups reported by the solution. |
Etag |
Gets or sets the ETAG for optimistic concurrency control. |
Goal |
Gets or sets the goal of the solution. |
Id |
Gets the relative URL to get to this REST resource. |
Name |
Gets the name of this REST resource. |
Purpose |
Gets or sets the purpose of the solution. |
Status |
Gets or sets the current status of the solution. |
SummaryInstanceType |
Gets the Instance type. |
Tool |
Gets or sets the tool being used in the solution. |
Type |
Gets the type of this REST resource. |
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.Migrate.Models.Api20180901Preview.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. |