IExpressionRoot Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |