次の方法で共有


SqlVulnerabilityAssessmentScanResults interface

SqlVulnerabilityAssessmentScanResults を表すインターフェイス。

メソッド

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

スキャン レコード内の 1 つのルールのスキャン結果を取得します。

list(string, string, string, SqlVulnerabilityAssessmentScanResultsListOptionalParams)

1 つのスキャン レコードのスキャン結果の一覧を取得します。

メソッドの詳細

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

スキャン レコード内の 1 つのルールのスキャン結果を取得します。

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

リソースの識別子。

options
SqlVulnerabilityAssessmentScanResultsGetOptionalParams

オプション パラメーター。

戻り値

Promise<ScanResult>

list(string, string, string, SqlVulnerabilityAssessmentScanResultsListOptionalParams)

1 つのスキャン レコードのスキャン結果の一覧を取得します。

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

パラメーター

scanId

string

スキャン ID。「latest」と入力して、最新のスキャンのスキャン結果を取得します。

workspaceId

string

ワークスペース ID。

resourceId

string

リソースの識別子。

options
SqlVulnerabilityAssessmentScanResultsListOptionalParams

オプション パラメーター。

戻り値

Promise<ScanResults>