Expression Class

Definition

The expression.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionTypeConverter))]
public class Expression : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IExpression
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionTypeConverter))>]
type Expression = class
    interface IExpression
    interface IJsonSerializable
Public Class Expression
Implements IExpression
Inheritance
Expression
Attributes
Implements

Constructors

Expression()

Creates an new Expression instance.

Properties

Code

The error code.

Detail

The error details.

Message

The error message.

Subexpression

The sub expressions.

Text

The text.

Value

Any object

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Expression.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Expression.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IExpression.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Expression into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to