DeploymentPolicyExpressionEvaluationDetails 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.
Details of a policy expression evaluation.
public class DeploymentPolicyExpressionEvaluationDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.DeploymentPolicyExpressionEvaluationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.DeploymentPolicyExpressionEvaluationDetails>
type DeploymentPolicyExpressionEvaluationDetails = class
interface IJsonModel<DeploymentPolicyExpressionEvaluationDetails>
interface IPersistableModel<DeploymentPolicyExpressionEvaluationDetails>
Public Class DeploymentPolicyExpressionEvaluationDetails
Implements IJsonModel(Of DeploymentPolicyExpressionEvaluationDetails), IPersistableModel(Of DeploymentPolicyExpressionEvaluationDetails)
- Inheritance
-
DeploymentPolicyExpressionEvaluationDetails
- Implements
Properties
| Name | Description |
|---|---|
| Expression |
The policy expression. |
| ExpressionKind |
The kind of expression. |
| ExpressionValue |
The actual value of the expression. |
| Operator |
The operator used in evaluation. |
| Result |
The evaluation result. |
| TargetValue |
The target value of the expression. |