共用方式為


PolicyEvaluationResult.EvaluationResult Property

Definition

Gets the result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered.

[Newtonsoft.Json.JsonProperty(PropertyName="evaluationResult")]
public string EvaluationResult { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="evaluationResult")>]
member this.EvaluationResult : string
Public ReadOnly Property EvaluationResult As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to