Share via


IExpressionRoot Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionRootTypeConverter))]
public interface IExpressionRoot : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IExpression
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionRootTypeConverter))>]
type IExpressionRoot = interface
    interface IJsonSerializable
    interface IExpression
Public Interface IExpressionRoot
Implements IExpression
Derived
Attributes
Implements

Properties

Code

The error code.

(Inherited from IExpression)
Detail

The error details.

(Inherited from IExpression)
Message

The error message.

(Inherited from IExpression)
Path

The path.

Subexpression

The sub expressions.

(Inherited from IExpression)
Text

The text.

(Inherited from IExpression)
Value

Any object

(Inherited from IExpression)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to