IExpressionEvaluationDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ExpressionEvaluationDetailsTypeConverter))]
public interface IExpressionEvaluationDetails : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ExpressionEvaluationDetailsTypeConverter))>]
type IExpressionEvaluationDetails = interface
    interface IJsonSerializable
Public Interface IExpressionEvaluationDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Expression

Expression evaluated.

ExpressionKind

The kind of expression that was evaluated.

ExpressionValue

Value of the expression.

Operator

Operator to compare the expression value and the target value.

Path

Property path if the expression is a field or an alias.

Result

Evaluation result.

TargetValue

Target value to be compared with the expression value.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to