ExpressionEvaluationDetails 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.
Evaluation details of policy language expressions.
public class ExpressionEvaluationDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PolicyInsights.Models.ExpressionEvaluationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PolicyInsights.Models.ExpressionEvaluationDetails>
public class ExpressionEvaluationDetails
type ExpressionEvaluationDetails = class
interface IJsonModel<ExpressionEvaluationDetails>
interface IPersistableModel<ExpressionEvaluationDetails>
type ExpressionEvaluationDetails = class
Public Class ExpressionEvaluationDetails
Implements IJsonModel(Of ExpressionEvaluationDetails), IPersistableModel(Of ExpressionEvaluationDetails)
Public Class ExpressionEvaluationDetails
- Inheritance
-
ExpressionEvaluationDetails
- Implements
Properties
Expression |
Expression evaluated. |
ExpressionKind |
The kind of expression that was evaluated. |
ExpressionValue |
Value of the expression. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
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. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExpressionEvaluationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExpressionEvaluationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExpressionEvaluationDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExpressionEvaluationDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExpressionEvaluationDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET