ISolutionProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionPropertiesTypeConverter))]
public interface ISolutionProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionPropertiesTypeConverter))>]
type ISolutionProperties = interface
interface IJsonSerializable
Public Interface ISolutionProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |