通过


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

ScanPropertiesOutput interface

扫描属性。

属性

businessRuleSetName

业务规则集的名称。

collection

扫描的集合引用。

connectedVia

扫描的集成运行时引用。

createdAt

扫描的创建时间。

domain

扫描的域。

isLiveViewEnabled

指示是否启用实时视图的标志。

isPresetScan

指示扫描是否为预设扫描的标志。

lastModifiedAt

扫描的最后一次修改时间。

logLevel

扫描的日志级别。

parallelScanCount

并行扫描数。

scanRulesetName

扫描规则集的名称。

scanRulesetType

扫描规则集的类型。

workers

扫描的辅助角色数。

属性详细信息

businessRuleSetName

业务规则集的名称。

businessRuleSetName?: string

属性值

string

collection

扫描的集合引用。

collection?: CollectionReferenceOutput

属性值

connectedVia

扫描的集成运行时引用。

connectedVia?: ConnectedViaOutput

属性值

createdAt

扫描的创建时间。

createdAt?: string

属性值

string

domain

扫描的域。

domain?: string

属性值

string

isLiveViewEnabled

指示是否启用实时视图的标志。

isLiveViewEnabled?: boolean

属性值

boolean

isPresetScan

指示扫描是否为预设扫描的标志。

isPresetScan?: boolean

属性值

boolean

lastModifiedAt

扫描的最后一次修改时间。

lastModifiedAt?: string

属性值

string

logLevel

扫描的日志级别。

logLevel?: string

属性值

string

parallelScanCount

并行扫描数。

parallelScanCount?: number

属性值

number

scanRulesetName

扫描规则集的名称。

scanRulesetName?: string

属性值

string

scanRulesetType

扫描规则集的类型。

scanRulesetType?: "System" | "Custom"

属性值

"System" | "Custom"

workers

扫描的辅助角色数。

workers?: number

属性值

number