IPolicyState.PolicyEvaluationDetailEvaluatedExpression Property
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.
Details of the evaluated expressions.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Details of the evaluated expressions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IExpressionEvaluationDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="evaluatedExpressions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IExpressionEvaluationDetails> PolicyEvaluationDetailEvaluatedExpression { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Details of the evaluated expressions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IExpressionEvaluationDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="evaluatedExpressions", Update=true)>]
member this.PolicyEvaluationDetailEvaluatedExpression : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IExpressionEvaluationDetails> with get, set
Public Property PolicyEvaluationDetailEvaluatedExpression As List(Of IExpressionEvaluationDetails)
Property Value
- Attributes