DeploymentPolicyEvaluationResult 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.
Policy evaluation result for a single deployment.
public class DeploymentPolicyEvaluationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.DeploymentPolicyEvaluationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.DeploymentPolicyEvaluationResult>
type DeploymentPolicyEvaluationResult = class
interface IJsonModel<DeploymentPolicyEvaluationResult>
interface IPersistableModel<DeploymentPolicyEvaluationResult>
Public Class DeploymentPolicyEvaluationResult
Implements IJsonModel(Of DeploymentPolicyEvaluationResult), IPersistableModel(Of DeploymentPolicyEvaluationResult)
- Inheritance
-
DeploymentPolicyEvaluationResult
- Implements
Properties
| Name | Description |
|---|---|
| ErrorMessage |
Error message if the evaluation outcome is Error. |
| EvaluationOutcome |
The evaluation outcome. |
| NonCompliantAssignments |
Details of non-compliant policy assignments. |