ExpressionEvaluationDetails Constructors
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.
Overloads
ExpressionEvaluationDetails() |
Initializes a new instance of the ExpressionEvaluationDetails class. |
ExpressionEvaluationDetails(String, String, String, String, Object, Object, String) |
Initializes a new instance of the ExpressionEvaluationDetails class. |
ExpressionEvaluationDetails()
Initializes a new instance of the ExpressionEvaluationDetails class.
public ExpressionEvaluationDetails ();
Public Sub New ()
Applies to
ExpressionEvaluationDetails(String, String, String, String, Object, Object, String)
Initializes a new instance of the ExpressionEvaluationDetails class.
public ExpressionEvaluationDetails (string result = default, string expression = default, string expressionKind = default, string path = default, object expressionValue = default, object targetValue = default, string operatorProperty = default);
new Microsoft.Azure.Management.PolicyInsights.Models.ExpressionEvaluationDetails : string * string * string * string * obj * obj * string -> Microsoft.Azure.Management.PolicyInsights.Models.ExpressionEvaluationDetails
Public Sub New (Optional result As String = Nothing, Optional expression As String = Nothing, Optional expressionKind As String = Nothing, Optional path As String = Nothing, Optional expressionValue As Object = Nothing, Optional targetValue As Object = Nothing, Optional operatorProperty As String = Nothing)
Parameters
- result
- String
Evaluation result.
- expression
- String
Expression evaluated.
- expressionKind
- String
The kind of expression that was evaluated.
- path
- String
Property path if the expression is a field or an alias.
- expressionValue
- Object
Value of the expression.
- targetValue
- Object
Target value to be compared with the expression value.
- operatorProperty
- String
Operator to compare the expression value and the target value.
Applies to
Azure SDK for .NET