IedmType Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IedmTypeTypeConverter))]
public class IedmType : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IIedmType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IedmTypeTypeConverter))>]
type IedmType = class
    interface IIedmType
    interface IJsonSerializable
Public Class IedmType
Implements IIedmType
Inheritance
IedmType
Attributes
Implements

Constructors

Name Description
IedmType()

Creates an new IedmType instance.

Properties

Name Description
TypeKind

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IedmType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IedmType.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IedmType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to