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

ScanResultProperties Class

Definition

A vulnerability assessment scan result properties for a single rule.

public class ScanResultProperties
type ScanResultProperties = class
Public Class ScanResultProperties
Inheritance
ScanResultProperties

Constructors

ScanResultProperties()

Initializes a new instance of the ScanResultProperties class.

ScanResultProperties(String, String, Nullable<Boolean>, IList<IList<String>>, Remediation, BaselineAdjustedResult, VaRule)

Initializes a new instance of the ScanResultProperties class.

Properties

BaselineAdjustedResult

Gets or sets the rule result adjusted with baseline.

IsTrimmed

Gets or sets indicated whether the results specified here are trimmed.

QueryResults

Gets or sets the results of the query that was run.

Remediation

Gets or sets remediation details.

RuleId

Gets or sets the rule Id.

RuleMetadata

Gets or sets vulnerability assessment rule metadata details.

Status

Gets or sets the rule result status. Possible values include: 'NonFinding', 'Finding', 'InternalError'

Applies to