MigrateProjectPropertiesSummary Class
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.
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 |