Share via


ServersSolutionSummary Class

Definition

Class representing the servers solution summary.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ServersSolutionSummaryTypeConverter))]
public class ServersSolutionSummary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IServersSolutionSummary, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ServersSolutionSummaryTypeConverter))>]
type ServersSolutionSummary = class
    interface IServersSolutionSummary
    interface IJsonSerializable
    interface ISolutionSummary
    interface IValidates
Public Class ServersSolutionSummary
Implements IServersSolutionSummary, IValidates
Inheritance
ServersSolutionSummary
Attributes
Implements

Constructors

ServersSolutionSummary()

Creates an new ServersSolutionSummary instance.

Properties

AssessedCount

Gets or sets the count of servers assessed.

DiscoveredCount

Gets or sets the count of servers discovered.

InstanceType

Gets the Instance type.

MigratedCount

Gets or sets the count of servers migrated.

ReplicatingCount

Gets or sets the count of servers being replicated.

TestMigratedCount

Gets or sets the count of servers test migrated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServersSolutionSummary.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServersSolutionSummary.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IServersSolutionSummary.

FromJsonString(String)

Creates a new instance of ServersSolutionSummary, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServersSolutionSummary into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to