ArmPolicyInsightsModelFactory.PolicyEvaluationResult Method
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.
Initializes a new instance of PolicyEvaluationResult.
public static Azure.ResourceManager.PolicyInsights.Models.PolicyEvaluationResult PolicyEvaluationResult (Azure.ResourceManager.PolicyInsights.Models.PolicyReference policyInfo = default, string evaluationResult = default, Azure.ResourceManager.PolicyInsights.Models.PolicyEvaluationDetails evaluationDetails = default);
static member PolicyEvaluationResult : Azure.ResourceManager.PolicyInsights.Models.PolicyReference * string * Azure.ResourceManager.PolicyInsights.Models.PolicyEvaluationDetails -> Azure.ResourceManager.PolicyInsights.Models.PolicyEvaluationResult
Public Shared Function PolicyEvaluationResult (Optional policyInfo As PolicyReference = Nothing, Optional evaluationResult As String = Nothing, Optional evaluationDetails As PolicyEvaluationDetails = Nothing) As PolicyEvaluationResult
Parameters
- policyInfo
- PolicyReference
The details of the policy that was evaluated.
- evaluationResult
- String
The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered.
- evaluationDetails
- PolicyEvaluationDetails
The detailed results of the policy expressions and values that were evaluated.
Returns
A new PolicyEvaluationResult instance for mocking.
Applies to
Azure SDK for .NET