IedmProperty Class

Definition

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

Constructors

Name Description
IedmProperty()

Creates an new IedmProperty instance.

Properties

Name Description
DeclaringType
DefinitionTypeKind
Name
PropertyKind
TypeIsNullable

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IedmProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IedmProperty.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IedmProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to