Share via


ISolution Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionTypeConverter))]
public interface ISolution : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SolutionTypeConverter))>]
type ISolution = interface
    interface IJsonSerializable
Public Interface ISolution
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.

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to