PolicyEvaluationResult 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 result of a non-compliant policy evaluation against the given resource content.
public class PolicyEvaluationResult
type PolicyEvaluationResult = class
Public Class PolicyEvaluationResult
- Inheritance
-
PolicyEvaluationResult
Constructors
PolicyEvaluationResult() |
Initializes a new instance of the PolicyEvaluationResult class. |
PolicyEvaluationResult(PolicyReference, String, PolicyEvaluationDetails) |
Initializes a new instance of the PolicyEvaluationResult class. |
Properties
EvaluationDetails |
Gets the detailed results of the policy expressions and values that were evaluated. |
EvaluationResult |
Gets the result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered. |
PolicyInfo |
Gets the details of the policy that was evaluated. |
Applies to
Azure SDK for .NET