ExpressionRoot Class
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.
The expression root.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionRootTypeConverter))]
public class ExpressionRoot : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IExpressionRoot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionRootTypeConverter))>]
type ExpressionRoot = class
interface IExpressionRoot
interface IJsonSerializable
interface IExpression
interface IValidates
Public Class ExpressionRoot
Implements IExpressionRoot, IValidates
- Inheritance
-
ExpressionRoot
- Attributes
- Implements
Constructors
ExpressionRoot() |
Creates an new ExpressionRoot instance. |
Properties
Code |
The error code. |
Detail |
The error details. |
Error |
The azure resource error info. |
Message |
The error message. |
Path |
The path. |
Subexpression |
The sub expressions. |
Text |
The text. |
Value |
Any object |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExpressionRoot. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExpressionRoot. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IExpressionRoot. |
FromJsonString(String) |
Creates a new instance of ExpressionRoot, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExpressionRoot into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |