Share via


IedmStructuredType Class

Definition

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

Constructors

IedmStructuredType()

Creates an new IedmStructuredType instance.

Properties

BaseType
DeclaredProperty
IsAbstract
IsOpen
TypeKind

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IedmStructuredType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IedmStructuredType.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IedmStructuredType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to