你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateProjectPropertiesSummary Class

Definition

Gets the summary of the migrate project.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MigrateProjectPropertiesSummaryTypeConverter))]
public class MigrateProjectPropertiesSummary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IProjectSummary>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MigrateProjectPropertiesSummaryTypeConverter))>]
type MigrateProjectPropertiesSummary = class
    interface IMigrateProjectPropertiesSummary
    interface IJsonSerializable
    interface IAssociativeArray<IProjectSummary>
Public Class MigrateProjectPropertiesSummary
Implements IAssociativeArray(Of IProjectSummary), IMigrateProjectPropertiesSummary
Inheritance
MigrateProjectPropertiesSummary
Attributes
Implements

Constructors

MigrateProjectPropertiesSummary()

Creates an new MigrateProjectPropertiesSummary instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IProjectSummary)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrateProjectPropertiesSummary.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrateProjectPropertiesSummary.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrateProjectPropertiesSummary into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, IProjectSummary)

Operators

Implicit(MigrateProjectPropertiesSummary to Dictionary<String,IProjectSummary>)

Explicit Interface Implementations

IAssociativeArray<IProjectSummary>.AdditionalProperties
IAssociativeArray<IProjectSummary>.Count
IAssociativeArray<IProjectSummary>.Keys
IAssociativeArray<IProjectSummary>.Values

Applies to