Share via


ServersProjectSummary Class

Definition

Class representing the servers project summary.

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

Constructors

ServersProjectSummary()

Creates an new ServersProjectSummary instance.

Properties

AssessedCount

Gets or sets the count of entities assessed.

DiscoveredCount

Gets or sets the count of entities discovered.

ExtendedSummary

Gets or sets the extended summary.

InstanceType

Gets the Instance type.

LastSummaryRefreshedTime

Gets or sets the time when summary was last refreshed.

MigratedCount

Gets or sets the count of entities migrated.

RefreshSummaryState

Gets or sets the state of refresh summary.

ReplicatingCount

Gets or sets the count of entities being replicated.

TestMigratedCount

Gets or sets the count of entities test migrated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServersProjectSummary.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServersProjectSummary.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServersProjectSummary into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to