SolutionProperties 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 for solution properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionPropertiesTypeConverter))]
public class SolutionProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionPropertiesTypeConverter))>]
type SolutionProperties = class
interface ISolutionProperties
interface IJsonSerializable
Public Class SolutionProperties
Implements ISolutionProperties
- Inheritance
-
SolutionProperties
- Attributes
- Implements
Constructors
SolutionProperties() |
Creates an new SolutionProperties 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. |
Goal |
Gets or sets the goal of the solution. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SolutionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SolutionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionProperties. |
FromJsonString(String) |
Creates a new instance of SolutionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SolutionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |