Expression 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.
[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. |