Share via


PolicyEvaluationDetails.EvaluatedExpressions Property

Definition

Gets or sets details of the evaluated expressions.

[Newtonsoft.Json.JsonProperty(PropertyName="evaluatedExpressions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.ExpressionEvaluationDetails> EvaluatedExpressions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="evaluatedExpressions")>]
member this.EvaluatedExpressions : System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.ExpressionEvaluationDetails> with get, set
Public Property EvaluatedExpressions As IList(Of ExpressionEvaluationDetails)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to