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

RulesResultsInput interface

规则结果输入。

属性

latestScan

从最新扫描中获取结果。

results

预期结果将插入到基线中。 将此字段留空, LatestScan == true。

属性详细信息

latestScan

从最新扫描中获取结果。

latestScan?: boolean

属性值

boolean

results

预期结果将插入到基线中。 将此字段留空, LatestScan == true。

results?: {[propertyName: string]: string[][]}

属性值

{[propertyName: string]: string[][]}