你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PolicySetResult interface
Result of a policy set evaluation.
Properties
has |
A value indicating whether this policy set evaluation has discovered violations. |
policy |
The list of policy violations. |
Property Details
hasError
A value indicating whether this policy set evaluation has discovered violations.
hasError?: boolean
Property Value
boolean
policyViolations
The list of policy violations.
policyViolations?: PolicyViolation[]