你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CheckRestrictionsResultContentEvaluationResult.PolicyEvaluations 属性

定义

获取或设置针对给定资源内容的策略评估结果。 这将指示所提供的部分内容是否将按原样拒绝。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于