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

SqlVulnerabilityAssessmentScanResults interface

表示 SqlVulnerabilityAssessmentScanResults 的接口。

方法

get(string, string, string, string, SqlVulnerabilityAssessmentScanResultsGetOptionalParams)

获取扫描记录中单个规则的扫描结果。

list(string, string, string, SqlVulnerabilityAssessmentScanResultsListOptionalParams)

获取单个扫描记录的扫描结果列表。

方法详细信息

get(string, string, string, string, SqlVulnerabilityAssessmentScanResultsGetOptionalParams)

获取扫描记录中单个规则的扫描结果。

function get(scanId: string, scanResultId: string, workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScanResultsGetOptionalParams): Promise<ScanResult>

参数

scanId

string

扫描 ID。键入“latest”以获取最新扫描的扫描结果。

scanResultId

string

结果的规则 ID。

workspaceId

string

工作区 ID。

resourceId

string

资源的标识符。

返回

Promise<ScanResult>

list(string, string, string, SqlVulnerabilityAssessmentScanResultsListOptionalParams)

获取单个扫描记录的扫描结果列表。

function list(scanId: string, workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScanResultsListOptionalParams): Promise<ScanResults>

参数

scanId

string

扫描 ID。键入“latest”以获取最新扫描的扫描结果。

workspaceId

string

工作区 ID。

resourceId

string

资源的标识符。

返回

Promise<ScanResults>