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

PolicyEvaluationResult interface

The result of a non-compliant policy evaluation against the given resource content.

Properties

evaluationDetails

The detailed results of the policy expressions and values that were evaluated. NOTE: This property will not be serialized. It can only be populated by the server.

evaluationResult

The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered. NOTE: This property will not be serialized. It can only be populated by the server.

policyInfo

The details of the policy that was evaluated. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

evaluationDetails

The detailed results of the policy expressions and values that were evaluated. NOTE: This property will not be serialized. It can only be populated by the server.

evaluationDetails?: PolicyEvaluationDetails

Property Value

evaluationResult

The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered. NOTE: This property will not be serialized. It can only be populated by the server.

evaluationResult?: string

Property Value

string

policyInfo

The details of the policy that was evaluated. NOTE: This property will not be serialized. It can only be populated by the server.

policyInfo?: PolicyReference

Property Value