Share via


IedmExpression Class

Definition

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

Constructors

IedmExpression()

Creates an new IedmExpression instance.

Properties

ExpressionKind

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IedmExpression.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IedmExpression.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IedmExpression into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to